Changeset 55347
- Timestamp:
- 02/15/2023 07:16:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-writing.php
r55276 r55347 213 213 printf( 214 214 /* translators: %s: Documentation URL. */ 215 __( '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.' ),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 216 __( 'https://wordpress.org/support/article/update-services/' ) 217 217 );
Note: See TracChangeset
for help on using the changeset viewer.