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:
Peter Westwood 2008-09-21 19:02:10 +00:00
parent ab4782d5aa
commit e2fe3c29dc
1 changed files with 1 additions and 1 deletions

View File

@ -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');