Make WordPress Core


Ignore:
Timestamp:
01/12/2010 09:11:52 PM (15 years ago)
Author:
wpmuguru
Message:

merge multisite admin - edit links,tags,cats,options, See #11644

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin

    • Property svn:ignore set to
      .categories.php.swp
  • trunk/wp-admin/options-writing.php

    r11761 r12712  
    8282</table>
    8383
     84<?php if ( !is_multisite() || defined( 'POST_BY_EMAIL' ) ) { ?>
    8485<h3><?php _e('Post via e-mail') ?></h3>
    8586<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&#8217;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>
     
    113114<?php do_settings_fields('writing', 'post_via_email'); ?>
    114115</table>
    115 
     116<?php } ?>
     117<?php if ( !is_multisite() ) { ?>
    116118<h3><?php _e('Update Services') ?></h3>
    117119
     
    127129
    128130<?php endif; ?>
     131<?php } // multisite ?>
    129132
    130133<?php do_settings_sections('writing'); ?>
Note: See TracChangeset for help on using the changeset viewer.