Changeset 33378 for branches/3.8/src/wp-admin/includes/dashboard.php
- Timestamp:
- 07/23/2015 04:18:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8/src/wp-admin/includes/dashboard.php
r32205 r33378 333 333 function wp_dashboard_quick_press( $error_msg = false ) { 334 334 global $post_ID; 335 336 if ( ! current_user_can( 'edit_posts' ) ) { 337 return; 338 } 335 339 336 340 /* Check if a new auto-draft (= no new post_ID) is needed or if the old can be used */
Note: See TracChangeset
for help on using the changeset viewer.