Changeset 55412 for trunk/src/wp-admin/comment.php
- Timestamp:
- 02/23/2023 10:36:33 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r52978 r55412 69 69 get_current_screen()->set_help_sidebar( 70 70 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 71 '<p>' . __( '<a href="https://wordpress.org/ support/article/comments-screen/">Documentation on Comments</a>' ) . '</p>' .72 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'71 '<p>' . __( '<a href="https://wordpress.org/documentation/article/comments-screen/">Documentation on Comments</a>' ) . '</p>' . 72 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 73 73 ); 74 74
Note: See TracChangeset
for help on using the changeset viewer.