phpcs showbookmark.php

This commit is contained in:
Evan Prodromou 2010-12-29 14:24:30 -08:00
parent f3999ab92d
commit 3fea4aba7f

View File

@ -113,6 +113,14 @@ class ShowbookmarkAction extends ShownoticeAction
return true;
}
/**
* Title of the page
*
* Used by Action class for layout.
*
* @return string page tile
*/
function title()
{
return sprintf(_('%s\'s bookmark for "%s"'),
@ -120,6 +128,12 @@ class ShowbookmarkAction extends ShownoticeAction
$this->bookmark->title);
}
/**
* Overload page title display to show bookmark link
*
* @return void
*/
function showPageTitle()
{
$this->elementStart('h1');