diff --git a/src/wp-includes/class.wp-scripts.php b/src/wp-includes/class.wp-scripts.php index 655c07f23d..ce5469e543 100644 --- a/src/wp-includes/class.wp-scripts.php +++ b/src/wp-includes/class.wp-scripts.php @@ -93,6 +93,7 @@ class WP_Scripts extends WP_Dependencies { public $print_html = ''; /** + * HTML to print before the script handle. * * @since 4.5.0 * @access public