Changeset 35976 for trunk/src/wp-includes/theme.php
- Timestamp:
- 12/16/2015 08:09:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r35972 r35976 772 772 * @since 2.7.0 773 773 * 774 * @param bool $validate Validation flag to check the current theme.774 * @param bool $validate Whether to validate the current theme. Default true. 775 775 */ 776 776 if ( wp_installing() || ! apply_filters( 'validate_current_theme', true ) )
Note: See TracChangeset
for help on using the changeset viewer.