mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 18:24:31 +00:00
Update some @since. Props dgwyer. fixes #19638
git-svn-id: https://develop.svn.wordpress.org/trunk@19673 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -656,7 +656,7 @@ function wp_print_head_scripts() {
|
||||
/**
|
||||
* Private, for use in *_footer_scripts hooks
|
||||
*
|
||||
* @since 3.3
|
||||
* @since 3.3.0
|
||||
*/
|
||||
function _wp_footer_scripts() {
|
||||
print_late_styles();
|
||||
@@ -713,7 +713,7 @@ function print_admin_styles() {
|
||||
/**
|
||||
* Prints the styles that were queued too late for the HTML head.
|
||||
*
|
||||
* @since 3.3
|
||||
* @since 3.3.0
|
||||
*/
|
||||
function print_late_styles() {
|
||||
global $wp_styles, $concatenate_scripts;
|
||||
|
||||
Reference in New Issue
Block a user