Changeset 33379 for branches/3.7/src/wp-admin/includes/dashboard.php
- Timestamp:
- 07/23/2015 04:26:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src/wp-admin/includes/dashboard.php
r32206 r33379 487 487 printf('<p class="easy-blogging">' . __('You can also try %s, easy blogging from anywhere on the Web.') . '</p>', '<a href="' . esc_url( admin_url( 'tools.php' ) ) . '">' . __('Press This') . '</a>' ); 488 488 $_REQUEST = array(); // hack for get_default_post_to_edit() 489 } 490 491 if ( ! current_user_can( 'edit_posts' ) ) { 492 return; 489 493 } 490 494
Note: See TracChangeset
for help on using the changeset viewer.