Make WordPress Core


Ignore:
Timestamp:
12/16/2015 08:09:58 PM (9 years ago)
Author:
swissspidy
Message:

Docs: Document the default value for the $validate parameter in the validate_current_theme hook docs.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme.php

    r35972 r35976  
    772772     * @since 2.7.0
    773773     *
    774      * @param bool $validate Validation flag to check the current theme.
     774     * @param bool $validate Whether to validate the current theme. Default true.
    775775     */
    776776    if ( wp_installing() || ! apply_filters( 'validate_current_theme', true ) )
Note: See TracChangeset for help on using the changeset viewer.