Fix page title. Fixes #7775 props paddya.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b6050e5161
commit
c57cfbaefc
|
@ -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