Changeset 45674 for trunk/src/wp-admin/options-permalink.php
- Timestamp:
- 07/25/2019 10:44:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-permalink.php
r45669 r45674 49 49 get_current_screen()->set_help_sidebar( 50 50 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 51 '<p>' . __( '<a href="https:// codex.wordpress.org/Settings_Permalinks_Screen">Documentation on Permalinks Settings</a>' ) . '</p>' .52 '<p>' . __( '<a href="https:// codex.wordpress.org/Using_Permalinks">Documentation on Using Permalinks</a>' ) . '</p>' .51 '<p>' . __( '<a href="https://wordpress.org/support/article/settings-permalinks-screen/">Documentation on Permalinks Settings</a>' ) . '</p>' . 52 '<p>' . __( '<a href="https://wordpress.org/support/article/using-permalinks/">Documentation on Using Permalinks</a>' ) . '</p>' . 53 53 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 54 54 ); … … 176 176 /* translators: %s: Codex URL */ 177 177 __( 'WordPress offers you the ability to create a custom URL structure for your permalinks and archives. Custom URL structures can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="%s">number of tags are available</a>, and here are some examples to get you started.' ), 178 __( 'https:// codex.wordpress.org/Using_Permalinks' )178 __( 'https://wordpress.org/support/article/using-permalinks/' ) 179 179 ); 180 180 ?> … … 377 377 <?php endif; ?> 378 378 <?php elseif ( $is_nginx ) : ?> 379 <p><?php _e( '<a href="https:// codex.wordpress.org/Nginx">Documentation on Nginx configuration</a>.' ); ?></p>379 <p><?php _e( '<a href="https://wordpress.org/support/article/nginx/">Documentation on Nginx configuration</a>.' ); ?></p> 380 380 <?php 381 381 else :
Note: See TracChangeset
for help on using the changeset viewer.