scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
WordPress 4.3
[autoinstalls/wordpress.git]
/
wp-admin
/
admin-footer.php
diff --git
a/wp-admin/admin-footer.php
b/wp-admin/admin-footer.php
index 0619c86292f57150f9135f572f7c31803b997645..a99eabac13310feff57ec5b064e4da0bcd578461 100644
(file)
--- a/
wp-admin/admin-footer.php
+++ b/
wp-admin/admin-footer.php
@@
-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'] );