Docs: Document many more parameters and properties using typed array notation.
See #41756 Built from https://develop.svn.wordpress.org/trunk@42871 git-svn-id: http://core.svn.wordpress.org/trunk@42701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
* @type int $blog_id (Multisite) The blog ID used to calculate which themes are allowed.
|
||||
* Defaults to 0, synonymous for the current blog.
|
||||
* }
|
||||
* @return array Array of WP_Theme objects.
|
||||
* @return WP_Theme[] Array of WP_Theme objects.
|
||||
*/
|
||||
function wp_get_themes( $args = array() ) {
|
||||
global $wp_theme_directories;
|
||||
|
||||
Reference in New Issue
Block a user