Changeset 45932 for trunk/src/wp-admin/options-writing.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-writing.php
r45674 r45932 142 142 <?php 143 143 printf( 144 /* translators: 1, 2, 3: examples of random email addresses*/144 /* translators: 1, 2, 3: Examples of random email addresses. */ 145 145 __( 'To post to WordPress by email you must set up a secret email account with POP3 access. Any mail received at this address will be posted, so it’s a good idea to keep this address very secret. Here are three random strings you could use: %1$s, %2$s, %3$s.' ), 146 146 sprintf( '<kbd>%s</kbd>', wp_generate_password( 8, false ) ), … … 206 206 <?php 207 207 printf( 208 /* translators: %s: Codex URL */208 /* translators: %s: Codex 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 210 __( 'https://codex.wordpress.org/Update_Services' ) … … 220 220 <?php 221 221 printf( 222 /* translators: 1: Codex URL, 2: Reading Settings URL*/222 /* translators: 1: Codex 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 224 __( 'https://codex.wordpress.org/Update_Services' ),
Note: See TracChangeset
for help on using the changeset viewer.