X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FBookmark%2Fbookmarkpopup.php;h=3defe08d30c9f0e8518e7c2cd1be0bf2a3398495;hb=59043dca7fb6f974b11797c4d0f20e5b78b0611d;hp=33f983a93a38578afcd14d3d66aa961a9dc7f1a9;hpb=b09276635c6e20290f0955c4f86ff4a13c7774de;p=quix0rs-gnu-social.git diff --git a/plugins/Bookmark/bookmarkpopup.php b/plugins/Bookmark/bookmarkpopup.php index 33f983a93a..3defe08d30 100644 --- a/plugins/Bookmark/bookmarkpopup.php +++ b/plugins/Bookmark/bookmarkpopup.php @@ -49,13 +49,12 @@ class BookmarkpopupAction extends NewbookmarkAction * * @return void */ - function showTitle() { - // TRANS: Title for mini-posting window loaded from bookmarklet. - // TRANS: %s is the StatusNet site name. - $this->element('title', - null, sprintf(_('Bookmark on %s'), + $this->element('title', + // TRANS: Title for mini-posting window loaded from bookmarklet. + // TRANS: %s is the StatusNet site name. + null, sprintf(_m('Bookmark on %s'), common_config('site', 'name'))); } @@ -66,7 +65,6 @@ class BookmarkpopupAction extends NewbookmarkAction * * @return void */ - function showHeader() { $this->elementStart('div', array('id' => 'header')); @@ -86,10 +84,9 @@ class BookmarkpopupAction extends NewbookmarkAction /** * Hide the core section of the page - * + * * @return void */ - function showCore() { } @@ -99,7 +96,6 @@ class BookmarkpopupAction extends NewbookmarkAction * * @return void */ - function showFooter() { }