From 14a393beafe97ef91b6401bca7ef06e538df4eda Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 02:26:00 +0000 Subject: [PATCH] Docs: Add a missing DocBlock summary for the `WP_Scripts->print_html_before` property, added in [36633]. See #14853. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36917 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class.wp-scripts.php | 1 + 1 file changed, 1 insertion(+) 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