Changeset 43790 for branches/5.0/src/wp-includes/post-template.php
- Timestamp:
- 10/22/2018 07:57:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/post-template.php
r41583 r43790 721 721 if ( has_custom_logo() ) { 722 722 $classes[] = 'wp-custom-logo'; 723 } 724 725 if ( current_theme_supports( 'responsive-embeds' ) ) { 726 $classes[] = 'wp-embed-responsive'; 723 727 } 724 728
Note: See TracChangeset
for help on using the changeset viewer.