]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/options-writing.php
WordPress 3.8
[autoinstalls/wordpress.git] / wp-admin / options-writing.php
index cad326a96a289068f21dbd08f59c530eb0236a08..d6ba5d323929670b131ee519367d4f8efd7b33e2 100644 (file)
@@ -38,12 +38,12 @@ if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {
 }
 
 /**
-* Toggle site update services configuration functionality.
-*
-* @since 3.0.0
-*
-* @param bool True or false, based on whether update services configuration is enabled or not.
-*/
+ * Toggle site update services configuration functionality.
+ *
+ * @since 3.0.0
+ *
+ * @param bool True or false, based on whether update services configuration is enabled or not.
+ */
 if ( apply_filters( 'enable_update_services_configuration', true ) ) {
        get_current_screen()->add_help_tab( array(
                'id'      => 'options-services',
@@ -62,7 +62,6 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
 ?>
 
 <div class="wrap">
-<?php screen_icon(); ?>
 <h2><?php echo esc_html( $title ); ?></h2>
 
 <form method="post" action="options.php">