Changeset 17748 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 04/28/2011 03:24:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r17345 r17748 1 1 <?php 2 2 /** 3 * Edit Comments Administration Panel.3 * Edit Comments Administration Screen. 4 4 * 5 5 * @package WordPress … … 125 125 '<p>' . __( 'Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link below to learn more.' ) . '</p>' . 126 126 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 127 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_ Panels#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .127 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screen#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' . 128 128 '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank">Documentation on Comment Spam</a>' ) . '</p>' . 129 129 '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">Documentation on Keyboard Shortcuts</a>' ) . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.