Make WordPress Core


Ignore:
Timestamp:
11/02/2011 08:54:56 PM (14 years ago)
Author:
nacin
Message:

More help sidebars. see #19020.

File:
1 edited

Legend:

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

    r17767 r19121  
    4747
    4848    add_contextual_help( $current_screen, '<p>' . __( 'You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error.' ) . '</p>' .
    49     '<p>' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '</p>' .
     49    '<p>' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '</p>'
     50    );
     51
     52    get_current_screen()->set_help_sidebar(
    5053    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    5154    '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.