Changeset 10059
- Timestamp:
- 12/05/2008 05:33:36 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
wp-admin/admin-header.php (modified) (1 diff)
-
wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r10031 r10059 12 12 get_admin_page_title(); 13 13 $title = wp_specialchars( strip_tags( $title ) ); 14 wp_user_settings(); 14 15 ?> 15 16 <!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 197 197 add_action('edit_post', 'wp_check_for_changed_slugs'); 198 198 add_action('edit_form_advanced', 'wp_remember_old_slug'); 199 add_action('init', 'wp_user_settings', 9);200 199 add_action('init', '_show_post_preview'); 201 200
Note: See TracChangeset
for help on using the changeset viewer.