Changeset 55412 for trunk/src/wp-admin/edit.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit.php
r53450 r55412 295 295 get_current_screen()->set_help_sidebar( 296 296 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 297 '<p>' . __( '<a href="https://wordpress.org/ support/article/posts-screen/">Documentation on Managing Posts</a>' ) . '</p>' .298 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'297 '<p>' . __( '<a href="https://wordpress.org/documentation/article/posts-screen/">Documentation on Managing Posts</a>' ) . '</p>' . 298 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 299 299 ); 300 300 … … 320 320 get_current_screen()->set_help_sidebar( 321 321 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 322 '<p>' . __( '<a href="https://wordpress.org/ support/article/pages-screen/">Documentation on Managing Pages</a>' ) . '</p>' .323 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'322 '<p>' . __( '<a href="https://wordpress.org/documentation/article/pages-screen/">Documentation on Managing Pages</a>' ) . '</p>' . 323 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 324 324 ); 325 325
Note: See TracChangeset
for help on using the changeset viewer.