]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/admin-footer.php
WordPress 4.4.2-scripts
[autoinstalls/wordpress.git] / wp-admin / admin-footer.php
index 0619c86292f57150f9135f572f7c31803b997645..a99eabac13310feff57ec5b064e4da0bcd578461 100644 (file)
@@ -15,7 +15,7 @@ if ( !defined('ABSPATH') )
 <div class="clear"></div></div><!-- wpbody -->
 <div class="clear"></div></div><!-- wpcontent -->
 
 <div class="clear"></div></div><!-- wpbody -->
 <div class="clear"></div></div><!-- wpcontent -->
 
-<div id="wpfooter">
+<div id="wpfooter" role="contentinfo">
        <?php
        /**
         * Fires after the opening tag for the admin footer.
        <?php
        /**
         * Fires after the opening tag for the admin footer.
@@ -76,11 +76,12 @@ do_action( 'admin_print_footer_scripts' );
 /**
  * Print scripts or data after the default footer scripts.
  *
 /**
  * Print scripts or data after the default footer scripts.
  *
- * The dynamic portion of the hook name, $GLOBALS['hook_suffix'],
+ * The dynamic portion of the hook name, `$GLOBALS['hook_suffix']`,
  * refers to the global hook suffix of the current page.
  *
  * @since 2.8.0
  *
  * refers to the global hook suffix of the current page.
  *
  * @since 2.8.0
  *
+ * @global string $hook_suffix
  * @param string $hook_suffix The current admin page.
  */
 do_action( "admin_footer-" . $GLOBALS['hook_suffix'] );
  * @param string $hook_suffix The current admin page.
  */
 do_action( "admin_footer-" . $GLOBALS['hook_suffix'] );