Changeset 12712 for trunk/wp-admin/options-writing.php
- Timestamp:
- 01/12/2010 09:11:52 PM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin
-
Property
svn:ignore
set to
.categories.php.swp
-
Property
svn:ignore
set to
-
trunk/wp-admin/options-writing.php
r11761 r12712 82 82 </table> 83 83 84 <?php if ( !is_multisite() || defined( 'POST_BY_EMAIL' ) ) { ?> 84 85 <h3><?php _e('Post via e-mail') ?></h3> 85 86 <p><?php printf(__('To post to WordPress by e-mail you must set up a secret e-mail 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: <kbd>%s</kbd>, <kbd>%s</kbd>, <kbd>%s</kbd>.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?></p> … … 113 114 <?php do_settings_fields('writing', 'post_via_email'); ?> 114 115 </table> 115 116 <?php } ?> 117 <?php if ( !is_multisite() ) { ?> 116 118 <h3><?php _e('Update Services') ?></h3> 117 119 … … 127 129 128 130 <?php endif; ?> 131 <?php } // multisite ?> 129 132 130 133 <?php do_settings_sections('writing'); ?>
Note: See TracChangeset
for help on using the changeset viewer.