Add a "help" button for action=info
Bug: T224848 Change-Id: Id72fb9134ce889b9610ca088e53799804580903e
This commit is contained in:
parent
d29a5c0808
commit
052d6f7029
1 changed files with 3 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ class InfoAction extends FormlessAction {
|
|||
}
|
||||
}
|
||||
|
||||
// "Help" button
|
||||
$this->addHelpLink( 'Page information' );
|
||||
|
||||
// Page header
|
||||
if ( !$this->msg( 'pageinfo-header' )->isDisabled() ) {
|
||||
$content .= $this->msg( 'pageinfo-header' )->parse();
|
||||
|
|
|
|||
Loading…
Reference in a new issue