Make WordPress Core


Ignore:
Timestamp:
10/09/2012 07:07:09 PM (14 years ago)
Author:
nacin
Message:

Align QuickPress fields. props lessbloat. fixes #21754.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/dashboard.php

    r22089 r22146  
    481481                                $drafts =& $drafts_query->posts;
    482482                }
    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>' );
    484484                $_REQUEST = array(); // hack for get_default_post_to_edit()
    485485        }
Note: See TracChangeset for help on using the changeset viewer.