Show
Ignore:
Timestamp:
08/31/08 06:34:43 (3 months ago)
Author:
azaozz
Message:

Saving/restoring the user interface state, see #7654

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/default-filters.php

    r8213 r8784  
    193193add_action('edit_post', 'wp_check_for_changed_slugs'); 
    194194add_action('edit_form_advanced', 'wp_remember_old_slug'); 
     195add_action('init', 'wp_user_settings', 9); 
    195196 
    196197?>