Changeset 52610 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 01/20/2022 11:51:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r52285 r52610 486 486 $post_format = '0'; 487 487 } 488 // Add in the current one if it isn't there yet, in case the currenttheme doesn't support it.488 // Add in the current one if it isn't there yet, in case the active theme doesn't support it. 489 489 if ( $post_format && ! in_array( $post_format, $post_formats[0], true ) ) { 490 490 $post_formats[0][] = $post_format;
Note: See TracChangeset
for help on using the changeset viewer.