Changeset 45674 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 07/25/2019 10:44:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r45583 r45674 65 65 get_current_screen()->set_help_sidebar( 66 66 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 67 '<p>' . __( '<a href="https:// codex.wordpress.org/Users_Your_Profile_Screen">Documentation on User Profiles</a>' ) . '</p>' .67 '<p>' . __( '<a href="https://wordpress.org/support/article/users-your-profile-screen/">Documentation on User Profiles</a>' ) . '</p>' . 68 68 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 69 69 ); … … 309 309 <tr class="user-comment-shortcuts-wrap"> 310 310 <th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th> 311 <td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php 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>311 <td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php checked( 'true', $profileuser->comment_shortcuts ); ?> /> <?php _e( 'Enable keyboard shortcuts for comment moderation.' ); ?></label> <?php _e( '<a href="https://wordpress.org/support/article/keyboard-shortcuts/" target="_blank">More information</a>' ); ?></td> 312 312 </tr> 313 313 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.