diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 6b6dd79f20..10349750eb 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -80,28 +80,28 @@ var ajaxurl = '', do_action( 'admin_enqueue_scripts', $hook_suffix ); /** - * Print styles for a specific admin page based on $hook_suffix. + * Fires when styles are printed for a specific admin page based on $hook_suffix. * * @since 2.6.0 */ do_action( "admin_print_styles-$hook_suffix" ); /** - * Print styles for all admin pages. + * Fires when styles are printed for all admin pages. * * @since 2.6.0 */ do_action( 'admin_print_styles' ); /** - * Print scripts for a specific admin page based on $hook_suffix. + * Fires when scripts are printed for a specific admin page based on $hook_suffix. * * @since 2.1.0 */ do_action( "admin_print_scripts-$hook_suffix" ); /** - * Print scripts for all admin pages. + * Fires when scripts are printed for all admin pages. * * @since 2.1.0 */ diff --git a/wp-admin/customize.php b/wp-admin/customize.php index 20191efd0b..d3b09f2887 100644 --- a/wp-admin/customize.php +++ b/wp-admin/customize.php @@ -84,14 +84,14 @@ var ajaxurl = ''; ; do_action( 'admin_enqueue_scripts', 'media-upload-popup' ); /** - * Print admin styles enqueued for the legacy (pre-3.5.0) media upload popup. + * Fires when admin styles enqueued for the legacy (pre-3.5.0) media upload popup are printed. * * @since 2.9.0 */ @@ -452,7 +452,7 @@ isRtl = ; do_action( 'admin_print_styles' ); /** - * Print admin scripts enqueued for the legacy (pre-3.5.0) media upload popup. + * Fires when admin scripts enqueued for the legacy (pre-3.5.0) media upload popup are printed. * * @since 2.9.0 */ @@ -462,8 +462,8 @@ isRtl = ; do_action( 'admin_print_scripts' ); /** - * Print scripts enqueued for the admin header for the legacy (pre-3.5.0) - * media upload popup. + * Fires when scripts enqueued for the admin header for the legacy (pre-3.5.0) + * media upload popup are printed. * * @since 2.9.0 */ diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 80d6c9fb49..d5cf3adacb 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1514,9 +1514,7 @@ if ( is_rtl() ) ?> - + class="wp-admin wp-core-ui no-js iframe ">