Changeset 55412 for trunk/src/wp-admin/options-reading.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-reading.php
r55276 r55412 33 33 /* translators: %s: Documentation URL. */ 34 34 __( 'You can also control the display of your content in RSS feeds, including the maximum number of posts to display and whether to show full text or an excerpt. <a href="%s">Learn more about feeds</a>.' ), 35 __( 'https://wordpress.org/ support/article/wordpress-feeds/' )35 __( 'https://wordpress.org/documentation/article/wordpress-feeds/' ) 36 36 ) . '</p>' . 37 37 '<p>' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '</p>', … … 51 51 get_current_screen()->set_help_sidebar( 52 52 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 53 '<p>' . __( '<a href="https://wordpress.org/ support/article/settings-reading-screen/">Documentation on Reading Settings</a>' ) . '</p>' .54 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'53 '<p>' . __( '<a href="https://wordpress.org/documentation/article/settings-reading-screen/">Documentation on Reading Settings</a>' ) . '</p>' . 54 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 55 55 ); 56 56 … … 182 182 /* translators: %s: Documentation URL. */ 183 183 __( 'Your theme determines how content is displayed in browsers. <a href="%s">Learn more about feeds</a>.' ), 184 __( 'https://wordpress.org/ support/article/wordpress-feeds/' )184 __( 'https://wordpress.org/documentation/article/wordpress-feeds/' ) 185 185 ); 186 186 ?>
Note: See TracChangeset
for help on using the changeset viewer.