diff --git a/wp-admin/admin-footer.php b/wp-admin/admin-footer.php index 111d4d2390..2317a03bd8 100644 --- a/wp-admin/admin-footer.php +++ b/wp-admin/admin-footer.php @@ -78,10 +78,6 @@ do_action( 'admin_footer', '' ); * refers to the global hook suffix of the current page. * * @since 4.6.0 - * - * @global string $hook_suffix - * - * @param string $hook_suffix The current admin page. */ do_action( "admin_print_footer_scripts-{$hook_suffix}" ); @@ -99,9 +95,6 @@ do_action( 'admin_print_footer_scripts' ); * 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-{$hook_suffix}" ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 76b67c9dfd..7f24a8bc8b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39754'; +$wp_version = '4.8-alpha-39755'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.