Changeset 22146 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 10/09/2012 07:07:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r22089 r22146 481 481 $drafts =& $drafts_query->posts; 482 482 } 483 printf('<p class=" textright">' . __('You can also try %s, easy blogging from anywhere on the Web.') . '</p>', '<a href="' . esc_url( admin_url( 'tools.php' ) ) . '">' . __('Press This') . '</a>' );483 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>' ); 484 484 $_REQUEST = array(); // hack for get_default_post_to_edit() 485 485 }
Note: See TracChangeset
for help on using the changeset viewer.