Make WordPress Core


Ignore:
Timestamp:
12/02/2011 04:31:01 AM (13 years ago)
Author:
nacin
Message:

Standardize some final help strings. We're done, aside from typos. props zeo, jane, duck_, fixes #19020.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/index.php

    r19512 r19538  
    2929
    3030
    31 $help = '<p>' . __( 'Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab in the top bar.' ) . '</p>';
     31$help = '<p>' . __( 'Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab in the upper corner.' ) . '</p>';
    3232
    3333get_current_screen()->add_help_tab( array(
Note: See TracChangeset for help on using the changeset viewer.