]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/options.php
WordPress 3.9-scripts
[autoinstalls/wordpress.git] / wp-admin / options.php
index 00fb3c0fe53fb02383e368585922229a71397b68..f705a9f662c38700fd6520a1287bfe35d1715a2c 100644 (file)
@@ -108,11 +108,11 @@ if ( !is_multisite() ) {
        $whitelist_options['general'][] = 'WPLANG';
 
        /**
-        * Toggle post-by-email functionality.
+        * Filter whether the post-by-email functionality is enabled.
         *
         * @since 3.0.0
         *
-        * @param bool True or false, based on whether post-by-email configuration is enabled or not.
+        * @param bool $enabled Whether post-by-email configuration is enabled. Default true.
         */
        if ( apply_filters( 'enable_post_by_email_configuration', true ) )
                $whitelist_options['writing'] = array_merge($whitelist_options['writing'], $mail_options);
@@ -200,7 +200,6 @@ if ( 'update' == $action ) {
 include( ABSPATH . 'wp-admin/admin-header.php' ); ?>
 
 <div class="wrap">
-<?php screen_icon(); ?>
   <h2><?php esc_html_e('All Settings'); ?></h2>
   <form name="form" action="options.php" method="post" id="all-options">
   <?php wp_nonce_field('options-options') ?>