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
This commit is contained in:
Drew Jaynes 2016-03-10 02:26:00 +00:00
parent fd8bd3520c
commit 14a393beaf
1 changed files with 1 additions and 0 deletions

View File

@ -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