Ticket #15346: editcomments.patch
File editcomments.patch, 1.9 KB (added by , 14 years ago) |
---|
-
edit-comments.php
116 116 '<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 “#” 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>' . 117 117 '<p>' . __('Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link below to learn more.') . '</p>' . 118 118 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 119 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments" target="_blank"> Comments Documentation</a>' ) . '</p>' .120 '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank"> Comment Spam Documentation</a>') . '</p>' .121 '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank"> Keyboard Shortcuts Documentation</a>') . '</p>' .119 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments" target="_blank">Documentation on Comments </a>' ) . '</p>' . 120 '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank">Documentation on Comment Spam </a>') . '</p>' . 121 '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">Documentation on Keyboard Shortcuts </a>') . '</p>' . 122 122 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 123 123 ); 124 124 require_once('./admin-header.php');