Changeset 26230 for trunk/src/wp-admin/post.php
- Timestamp:
- 11/15/2013 10:22:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/post.php
r26144 r26230 106 106 107 107 if ( $error_msg ) 108 return wp_dashboard_quick_ draft( $error_msg );108 return wp_dashboard_quick_press( $error_msg ); 109 109 110 110 $post = get_post( $_REQUEST['post_ID'] ); … … 113 113 // output the quickdraft dashboard widget 114 114 require_once(ABSPATH . 'wp-admin/includes/dashboard.php'); 115 wp_dashboard_quick_ draft();115 wp_dashboard_quick_press(); 116 116 exit; 117 117 break;
Note: See TracChangeset
for help on using the changeset viewer.