Changeset 41390 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 09/19/2017 05:39:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r41388 r41390 3929 3929 $description = '<p>' . __( 'If you add a video, the image will be used as a fallback while the video loads.' ) . '</p>'; 3930 3930 3931 // @todo Customizer sections should support having notifications just like controls do. See <https://core.trac.wordpress.org/ticket/38794>.3932 $description .= '<div class="customize-control-notifications-container header-video-not-currently-previewable" style="display: none"><ul>';3933 $description .= '<li class="notice notice-info">' . __( 'This theme doesn\'t support video headers on this page. Navigate to the front page or another page that supports video headers.' ) . '</li>';3934 $description .= '</ul></div>';3935 3931 $width = absint( get_theme_support( 'custom-header', 'width' ) ); 3936 3932 $height = absint( get_theme_support( 'custom-header', 'height' ) );
Note: See TracChangeset
for help on using the changeset viewer.