Fix page title. Fixes #7775 props paddya.
git-svn-id: https://develop.svn.wordpress.org/trunk@8942 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ab4782d5aa
commit
e2fe3c29dc
@ -9,7 +9,7 @@
|
||||
/** WordPress Administration Bootstrap */
|
||||
require_once('admin.php');
|
||||
|
||||
$title = __('Miscellaneous Settings');
|
||||
$title = __('Media Settings');
|
||||
$parent_file = 'options-general.php';
|
||||
|
||||
include('admin-header.php');
|
||||
|
Loading…
Reference in New Issue
Block a user