Changeset 49367 for trunk/src/wp-includes/theme.php
- Timestamp:
- 10/29/2020 12:07:01 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r49354 r49367 2526 2526 $args[0] = array_intersect( $args[0], array_keys( $post_formats ) ); 2527 2527 } else { 2528 _doing_it_wrong( "add_theme_support( 'post-formats' )", __( 'You need to pass an array of types.' ), '5.6.0' );2528 _doing_it_wrong( "add_theme_support( 'post-formats' )", __( 'You need to pass an array of post formats.' ), '5.6.0' ); 2529 2529 return false; 2530 2530 }
Note: See TracChangeset
for help on using the changeset viewer.