Run wp_user_settings() from admin-header
git-svn-id: http://svn.automattic.com/wordpress/trunk@10059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -196,7 +196,6 @@ add_action('comment_form', 'wp_comment_form_unfiltered_html_nonce');
|
||||
add_action('template_redirect', 'wp_old_slug_redirect');
|
||||
add_action('edit_post', 'wp_check_for_changed_slugs');
|
||||
add_action('edit_form_advanced', 'wp_remember_old_slug');
|
||||
add_action('init', 'wp_user_settings', 9);
|
||||
add_action('init', '_show_post_preview');
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user