diff --git a/src/wp-content/themes/twentyseventeen/inc/custom-header.php b/src/wp-content/themes/twentyseventeen/inc/custom-header.php
index 8b33dc4..891ed43 100644
a
|
b
|
endif; // End of twentyseventeen_header_style. |
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 $settings Localized array of filtered controls, like play or pause buttons. |
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' ) ); |