Changeset 55412 for trunk/src/wp-admin/options-writing.php
- Timestamp:
- 02/23/2023 10:36:33 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-writing.php
r55347 r55412 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-writing-screen/">Documentation on Writing Settings</a>' ) . '</p>' .54 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'53 '<p>' . __( '<a href="https://wordpress.org/documentation/article/settings-writing-screen/">Documentation on Writing Settings</a>' ) . '</p>' . 54 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 55 55 ); 56 56 … … 214 214 /* translators: %s: Documentation URL. */ 215 215 __( 'When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see the <a href="%s">Update Services</a> documentation article. Separate multiple service URLs with line breaks.' ), 216 __( 'https://wordpress.org/ support/article/update-services/' )216 __( 'https://wordpress.org/documentation/article/update-services/' ) 217 217 ); 218 218 ?> … … 228 228 /* translators: 1: Documentation URL, 2: URL to Reading Settings screen. */ 229 229 __( 'WordPress is not notifying any <a href="%1$s">Update Services</a> because of your site’s <a href="%2$s">visibility settings</a>.' ), 230 __( 'https://wordpress.org/ support/article/update-services/' ),230 __( 'https://wordpress.org/documentation/article/update-services/' ), 231 231 'options-reading.php' 232 232 );
Note: See TracChangeset
for help on using the changeset viewer.