Ticket #41927: 41927.diff
File 41927.diff, 769 bytes (added by , 7 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/inc/custom-header.php
112 112 /** 113 113 * Customize video play/pause button in the custom header. 114 114 * 115 * @param array $settings Video settings. 115 * @param array $settings Video settings. 116 * @return array The filtered video settings. 116 117 */ 117 118 function twentyseventeen_video_controls( $settings ) { 118 119 $settings['l10n']['play'] = '<span class="screen-reader-text">' . __( 'Play background video', 'twentyseventeen' ) . '</span>' . twentyseventeen_get_svg( array( 'icon' => 'play' ) );