Make WordPress Core


Ignore:
Timestamp:
12/01/2011 04:51:35 AM (14 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r19511 r19528  
    115115'id'        => 'overview',
    116116'title'     => __('Overview'),
    117 'content'   => 
     117'content'   =>
    118118    '<p>' . __( 'You can manage comments made on your site similar to the way you manage posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk Actions.' ) . '</p>'
    119119) );
     
    121121'id'        => 'moderating-comments',
    122122'title'     => __('Moderating Comments'),
    123 'content'   => 
     123'content'   =>
    124124    '<ul>' .
    125125        '<li>' . __( 'A yellow row means the comment is waiting for you to moderate it.' ) . '</li>' .
     
    129129        '<li>' . __( 'Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link to the side to learn more.' ) . '</li>' .
    130130    '</ul>'
    131 ) ); 
     131) );
    132132
    133133get_current_screen()->set_help_sidebar(
Note: See TracChangeset for help on using the changeset viewer.