Ticket #13736: 13736-Comments.diff

File 13736-Comments.diff, 2.9 KB (added by zeo, 3 years ago)
  • wp-admin/edit-comments.php

     
    112112        '<p>' . __('In the In Response To column, there are three elements. The text is the name of the post that inspired the comment, and links to the post editor for that entry. The &#8220;#&#8221; permalink symbol below leads to that post on your live site. The small bubble with the number in it shows how many comments that post has received. If the bubble is gray, you have moderated all comments for that post. If it is blue, there are pending comments. Clicking the bubble will filter the comments screen to show only comments on that post.') . '</p>' . 
    113113        '<p>' . __('Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link below to learn more.') . '</p>' . 
    114114        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 
    115         '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments" target="_blank">Comments Documentation</a>' ) . '</p>' . 
    116         '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank">Comment Spam Documentation</a>') . '</p>' . 
    117         '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">Keyboard Shortcuts Documentation</a>') . '</p>' . 
     115        '<p>' . __( '<a href="http://codex.wordpress.org/Comments_Comments_SubPanel" target="_blank">Documentation on Managing Comments</a>' ) . '</p>' . 
     116        '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank">Documentation on Comment Spam</a>') . '</p>' . 
     117        '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">Documentation on Keyboard Shortcuts</a>') . '</p>' . 
    118118        '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 
    119119); 
    120120require_once('./admin-header.php'); 
  • wp-admin/comment.php

     
    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>' . 
    4949        '<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>' . 
    5050        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 
    51         '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments" target="_blank">Comments Documentation</a>' ) . '</p>' . 
     51        '<p>' . __( '<a href="http://codex.wordpress.org/Comments_Comments_SubPanel#Edit_Comment" target="_blank">Documentation on Editing Comments</a>' ) . '</p>' . 
    5252        '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank" >Support Forums</a>' ) . '</p>' 
    5353        ); 
    5454