Make WordPress Core

Changeset 39234


Ignore:
Timestamp:
11/15/2016 12:21:33 AM (7 years ago)
Author:
westonruter
Message:

Customize: Use video-specific labels for buttons in Header Video media control.

See #38172.

File:
1 edited

Legend:

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

    r39227 r39234  
    34793479            'section'        => 'header_image',
    34803480            'mime_type'      => 'video',
     3481            'button_labels'  => array(
     3482                'select'       => __( 'Select Video' ),
     3483                'change'       => __( 'Change Video' ),
     3484                'placeholder'  => __( 'No video selected' ),
     3485                'frame_title'  => __( 'Select Video' ),
     3486                'frame_button' => __( 'Choose Video' ),
     3487            )
    34813488        ) ) );
    34823489
Note: See TracChangeset for help on using the changeset viewer.