Changeset 55412 for trunk/src/wp-admin/options-permalink.php
- Timestamp:
- 02/23/2023 10:36:33 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-permalink.php
r55331 r55412 58 58 59 59 $help_sidebar_content = '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 60 '<p>' . __( '<a href="https://wordpress.org/ support/article/settings-permalinks-screen/">Documentation on Permalinks Settings</a>' ) . '</p>' .61 '<p>' . __( '<a href="https://wordpress.org/ support/article/using-permalinks/">Documentation on Using Permalinks</a>' ) . '</p>';60 '<p>' . __( '<a href="https://wordpress.org/documentation/article/settings-permalinks-screen/">Documentation on Permalinks Settings</a>' ) . '</p>' . 61 '<p>' . __( '<a href="https://wordpress.org/documentation/article/using-permalinks/">Documentation on Using Permalinks</a>' ) . '</p>'; 62 62 63 63 if ( $is_nginx ) { 64 $help_sidebar_content .= '<p>' . __( '<a href="https://wordpress.org/ support/article/nginx/">Documentation on Nginx configuration</a>.' ) . '</p>';65 } 66 67 $help_sidebar_content .= '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>';64 $help_sidebar_content .= '<p>' . __( '<a href="https://wordpress.org/documentation/article/nginx/">Documentation on Nginx configuration</a>.' ) . '</p>'; 65 } 66 67 $help_sidebar_content .= '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>'; 68 68 69 69 get_current_screen()->set_help_sidebar( $help_sidebar_content );
Note: See TracChangeset
for help on using the changeset viewer.