Changeset 46603 for trunk/src/wp-includes/theme.php
- Timestamp:
- 10/27/2019 07:09:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r46457 r46603 2871 2871 * @since 3.4.0 2872 2872 * 2873 * @param bool trueWhether 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. 2876 2876 */ 2877 2877 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.