Make WordPress Core


Ignore:
Timestamp:
11/03/2016 09:33:47 PM (9 years ago)
Author:
joemcgill
Message:

Customize: Remove Vimeo reference from description for external header videos.

Vimeo's API requires a Pro account to display videos as background videos
(i.e., without player controls), thus we shouldn't support Vimeo
URLs by default in custom header videos. This removes the reference of Vimeo
from the control description in the customizer.

Fixes #38544.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r39123 r39128  
    34593459            'theme_supports' => array( 'custom-header', 'video' ),
    34603460            'type'           => 'url',
    3461             'description'    => __( 'Or, enter a YouTube or Vimeo URL:' ),
     3461            'description'    => __( 'Or, enter a YouTube URL:' ),
    34623462            'section'        => 'header_image',
    34633463        ) );
Note: See TracChangeset for help on using the changeset viewer.