File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ function pageTitle($page)
723723 'generatebouncerules ' ,
724724 'initialise ' ,
725725 'upgrade ' ,
726- 'redirecttoupdater ' ,
726+ 'update ' ,
727727 'processqueue ' ,
728728 'processbounces ' ,
729729 'reindex ' ,
@@ -737,7 +737,7 @@ function pageTitle($page)
737737 'eventlog ' ,
738738 'initialise ' ,
739739 'upgrade ' ,
740- 'redirecttoupdater ' ,
740+ 'update ' ,
741741 'bouncemgt ' ,
742742 'processqueue ' ,
743743 // 'processbounces',
@@ -805,8 +805,8 @@ function pageTitle($page)
805805 // 'pages' => array(),
806806 // 'menulinks' => array(),
807807 // );
808- unset($ GLOBALS ['pagecategories ' ]['system ' ]['pages ' ]['redirecttoupdater ' ]);
809- unset($ GLOBALS ['pagecategories ' ]['system ' ]['menulinks ' ]['redirecttoupdater ' ]);
808+ unset($ GLOBALS ['pagecategories ' ]['system ' ]['pages ' ]['update ' ]);
809+ unset($ GLOBALS ['pagecategories ' ]['system ' ]['menulinks ' ]['update ' ]);
810810}
811811if (DEVVERSION ) {
812812 $ GLOBALS ['pagecategories ' ]['develop ' ] = array (
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ public function pageTitle($page)
390390 } elseif (!empty ($ page_title )) {
391391 $ title = $ page_title ;
392392 } else {
393- $ title = $ page ;
393+ $ title = ucfirst ( $ page) ;
394394 }
395395
396396 return $ title ;
Original file line number Diff line number Diff line change 7575 case 'updatetranslation ' : $ page_title = 'Update translations ' ; break ;
7676 case 'reindex ' : $ page_title = 'Re-index DB ' ; break ;
7777 case 'plugins ' : $ page_title = 'Manage Plugins ' ; break ;
78+ case 'update ' : $ page_title = 'Update ' ; break ;
7879
7980 default : $ page_title = $ page ;
8081 if (0 ) { //# discover new titles
File renamed without changes.
You can’t perform that action at this time.
0 commit comments