Changeset 32116 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 04/12/2015 09:28:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r31973 r32116 52 52 get_current_screen()->set_help_sidebar( 53 53 '<p><strong>' . __('For more information:') . '</strong></p>' . 54 '<p>' . __('<a href="http ://codex.wordpress.org/Users_Your_Profile_Screen" target="_blank">Documentation on User Profiles</a>') . '</p>' .54 '<p>' . __('<a href="https://codex.wordpress.org/Users_Your_Profile_Screen" target="_blank">Documentation on User Profiles</a>') . '</p>' . 55 55 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 56 56 ); … … 263 263 <tr class="user-comment-shortcuts-wrap"> 264 264 <th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th> 265 <td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php if ( ! empty( $profileuser->comment_shortcuts ) ) checked( 'true', $profileuser->comment_shortcuts ); ?> /> <?php _e('Enable keyboard shortcuts for comment moderation.'); ?></label> <?php _e('<a href="http ://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">More information</a>'); ?></td>265 <td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php if ( ! empty( $profileuser->comment_shortcuts ) ) checked( 'true', $profileuser->comment_shortcuts ); ?> /> <?php _e('Enable keyboard shortcuts for comment moderation.'); ?></label> <?php _e('<a href="https://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">More information</a>'); ?></td> 266 266 </tr> 267 267 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.