Make WordPress Core


Ignore:
Timestamp:
10/27/2019 07:09:10 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Correct invalid hook docblocks.

See #48303

File:
1 edited

Legend:

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

    r46457 r46603  
    28712871     * @since 3.4.0
    28722872     *
    2873      * @param bool   true    Whether the current theme supports the given feature. Default true.
    2874      * @param array  $args    Array of arguments for the feature.
    2875      * @param string $feature The theme feature.
     2873     * @param bool   $supports Whether the current theme supports the given feature. Default true.
     2874     * @param array  $args     Array of arguments for the feature.
     2875     * @param string $feature  The theme feature.
    28762876     */
    28772877    return apply_filters( "current_theme_supports-{$feature}", true, $args, $_wp_theme_features[ $feature ] ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Note: See TracChangeset for help on using the changeset viewer.