git-svn-id: https://develop.svn.wordpress.org/trunk@3607 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-03-04 21:08:34 +00:00
parent 31dded8a36
commit 8687ce84b1
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ if (isset($_GET['page'])) {
}
if (! file_exists(ABSPATH . "wp-content/plugins/$plugin_page"))
die(sprintf(__('Cannot load %s.'), $plugin_page));
die(sprintf(__('Cannot load %s.'), htmlentities($plugin_page)));
if (! isset($_GET['noheader']))
require_once(ABSPATH . '/wp-admin/admin-header.php');