Make WordPress Core

Changeset 10059


Ignore:
Timestamp:
12/05/2008 05:33:36 AM (17 years ago)
Author:
ryan
Message:

Run wp_user_settings() from admin-header

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r10031 r10059  
    1212get_admin_page_title();
    1313$title = wp_specialchars( strip_tags( $title ) );
     14wp_user_settings();
    1415?>
    1516<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  • trunk/wp-includes/default-filters.php

    r9451 r10059  
    197197add_action('edit_post', 'wp_check_for_changed_slugs');
    198198add_action('edit_form_advanced', 'wp_remember_old_slug');
    199 add_action('init', 'wp_user_settings', 9);
    200199add_action('init', '_show_post_preview');
    201200
Note: See TracChangeset for help on using the changeset viewer.