mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 11:14:36 +00:00
Improve various @param docs.
See #30224. git-svn-id: https://develop.svn.wordpress.org/trunk@30674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
*
|
||||
* @since 2.6.0
|
||||
*
|
||||
* @param array|bool $handles Optional. Scripts to be printed. Default 'false'.
|
||||
* @param string|bool|array $handles Optional. Scripts to be printed. Default 'false'.
|
||||
* @return array On success, a processed array of WP_Dependencies items; otherwise, an empty array.
|
||||
*/
|
||||
function wp_print_scripts( $handles = false ) {
|
||||
|
||||
Reference in New Issue
Block a user