Changeset 49912 for trunk/src/wp-admin/options-writing.php
- Timestamp:
- 12/29/2020 08:12:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-writing.php
r48186 r49912 206 206 <?php 207 207 printf( 208 /* translators: %s: CodexURL. */208 /* translators: %s: Documentation URL. */ 209 209 __( 'When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see <a href="%s">Update Services</a> on the Codex. Separate multiple service URLs with line breaks.' ), 210 __( 'https:// codex.wordpress.org/Update_Services' )210 __( 'https://wordpress.org/support/article/update-services/' ) 211 211 ); 212 212 ?> … … 220 220 <?php 221 221 printf( 222 /* translators: 1: CodexURL, 2: URL to Reading Settings screen. */222 /* translators: 1: Documentation URL, 2: URL to Reading Settings screen. */ 223 223 __( 'WordPress is not notifying any <a href="%1$s">Update Services</a> because of your site’s <a href="%2$s">visibility settings</a>.' ), 224 __( 'https:// codex.wordpress.org/Update_Services' ),224 __( 'https://wordpress.org/support/article/update-services/' ), 225 225 'options-reading.php' 226 226 );
Note: See TracChangeset
for help on using the changeset viewer.