Changeset 42871 for trunk/src/wp-includes/theme.php
- Timestamp:
- 03/22/2018 08:26:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r42827 r42871 29 29 * Defaults to 0, synonymous for the current blog. 30 30 * } 31 * @return arrayArray of WP_Theme objects.31 * @return WP_Theme[] Array of WP_Theme objects. 32 32 */ 33 33 function wp_get_themes( $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.