Changeset 15013
- Timestamp:
- 05/27/2010 11:38:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r14906 r15013 111 111 '<p>' . __('In the Comment column, above each comment it says "Submitted on," followed by the date and time the comment was left on your site. Clicking on the date/time link will take you to that comment on your live site. ') . '</p>' . 112 112 '<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>' . 113 '<p>' . __('Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link below to learn more.') . '</p>' 113 '<p>' . __('Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link below to learn more.') . '</p>' . 114 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 115 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments">Comments Documentation</a>' ) . '</p>' . 116 '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam">Comment Spam Documentation</a>') . '</p>' . 117 '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts">Keyboard Shortcuts Documentation</a>') . '</p>' . 118 '<p>' . __( '<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>' 114 119 ); 115 120 require_once('./admin-header.php');
Note: See TracChangeset
for help on using the changeset viewer.