mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +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:
@@ -306,7 +306,7 @@ class WP_Styles extends WP_Dependencies {
|
||||
*
|
||||
* @since 2.6.0
|
||||
*
|
||||
* @param array $to_do The list of enqueued styles about to be processed.
|
||||
* @param string[] $to_do The list of enqueued style handles about to be processed.
|
||||
*/
|
||||
$this->to_do = apply_filters( 'print_styles_array', $this->to_do );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user