]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/admin-header.php
WordPress 4.6.3
[autoinstalls/wordpress.git] / wp-admin / admin-header.php
index e471ff931d93a36931a4e752258dfa3a7dfa10f4..17dc162b73bebe3b88342501fb23a11415cf457a 100644 (file)
@@ -46,7 +46,7 @@ else
        $admin_title = sprintf( __( '%1$s ‹ %2$s — WordPress' ), $title, $admin_title );
 
 /**
- * Filter the title tag content for an admin page.
+ * Filters the title tag content for an admin page.
  *
  * @since 3.1.0
  *
@@ -174,7 +174,7 @@ $admin_body_class .= ' no-customize-support no-svg';
 </head>
 <?php
 /**
- * Filter the CSS classes for the body tag in the admin.
+ * Filters the CSS classes for the body tag in the admin.
  *
  * This filter differs from the {@see 'post_class'} and {@see 'body_class'} filters
  * in two important ways:
@@ -229,21 +229,21 @@ $current_screen->render_screen_meta();
 
 if ( is_network_admin() ) {
        /**
-        * Print network admin screen notices.
+        * Prints network admin screen notices.
         *
         * @since 3.1.0
         */
        do_action( 'network_admin_notices' );
 } elseif ( is_user_admin() ) {
        /**
-        * Print user admin screen notices.
+        * Prints user admin screen notices.
         *
         * @since 3.1.0
         */
        do_action( 'user_admin_notices' );
 } else {
        /**
-        * Print admin screen notices.
+        * Prints admin screen notices.
         *
         * @since 3.1.0
         */
@@ -251,7 +251,7 @@ if ( is_network_admin() ) {
 }
 
 /**
- * Print generic admin screen notices.
+ * Prints generic admin screen notices.
  *
  * @since 3.1.0
  */