Docs: Miscellaneous docblock corrections and improvements.

See #49572

git-svn-id: https://develop.svn.wordpress.org/trunk@48462 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-07-13 22:08:16 +00:00
parent c3cdd9c962
commit f36c42c700
7 changed files with 33 additions and 19 deletions
+3 -3
View File
@@ -21,7 +21,7 @@ class _WP_Dependency {
* The handle name.
*
* @since 2.6.0
* @var null
* @var string
*/
public $handle;
@@ -29,7 +29,7 @@ class _WP_Dependency {
* The handle source.
*
* @since 2.6.0
* @var null
* @var string
*/
public $src;
@@ -55,7 +55,7 @@ class _WP_Dependency {
* Additional arguments for the handle.
*
* @since 2.6.0
* @var null
* @var array
*/
public $args = null; // Custom property, such as $in_footer or $media.