Changes in trunk/wp-admin/post.php [17962:17228]
- File:
-
- 1 edited
-
trunk/wp-admin/post.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r17962 r17228 128 128 // output the quickpress dashboard widget 129 129 require_once(ABSPATH . 'wp-admin/includes/dashboard.php'); 130 wp_dashboard_quick_press ();130 wp_dashboard_quick_press_output(); 131 131 exit; 132 132 } … … 162 162 $parent_file = "edit.php"; 163 163 $submenu_file = "edit.php"; 164 $post_new_file = "post-new.php";165 164 } else { 166 165 if ( isset( $post_type_object ) && $post_type_object->show_in_menu && $post_type_object->show_in_menu !== true ) … … 169 168 $parent_file = "edit.php?post_type=$post_type"; 170 169 $submenu_file = "edit.php?post_type=$post_type"; 171 $post_new_file = "post-new.php?post_type=$post_type";172 170 } 173 171
Note: See TracChangeset
for help on using the changeset viewer.