mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Run wp_user_settings() from admin-header
git-svn-id: https://develop.svn.wordpress.org/trunk@10059 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -11,6 +11,7 @@ if (!isset($_GET["page"])) require_once('admin.php');
|
||||
|
||||
get_admin_page_title();
|
||||
$title = wp_specialchars( strip_tags( $title ) );
|
||||
wp_user_settings();
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
|
||||
|
||||
Reference in New Issue
Block a user