mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 11:14:36 +00:00
Docs: Document more parameters and properties using typed array notation.
See #41756 git-svn-id: https://develop.svn.wordpress.org/trunk@42876 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -496,7 +496,7 @@ class WP_Scripts extends WP_Dependencies {
|
||||
*
|
||||
* @since 2.3.0
|
||||
*
|
||||
* @param array $to_do An array of script dependencies.
|
||||
* @param string[] $to_do An array of script dependency handles.
|
||||
*/
|
||||
$this->to_do = apply_filters( 'print_scripts_array', $this->to_do );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user