File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -215,19 +215,19 @@ public function render_color_input( $val ) {
215215 esc_attr ( $ value )
216216 );
217217
218- printf (
219- '<p class="description">%s</p> ' ,
220- sprintf (
221- // translators: %s is a link to the Plyr documentation.
222- esc_html__ (
223- 'Sets the player theme color. See %s for advanced styling options. ' ,
224- 'protected-video '
225- ),
226- '<a href="https://github.com/sampotts/plyr#customizing-the-css" target="_blank" rel="noopener noreferrer"> ' .
227- esc_html__ ( "Plyr's documentation " , 'protected-video ' ) .
228- '</a> '
229- )
230- );
218+ printf (
219+ '<p class="description">%s</p> ' ,
220+ sprintf (
221+ // translators: %s is a link to the Plyr documentation.
222+ esc_html__ (
223+ 'Sets the player theme color. See %s for advanced styling options. ' ,
224+ 'protected-video '
225+ ),
226+ '<a href="https://github.com/sampotts/plyr#customizing-the-css" target="_blank" rel="noopener noreferrer"> ' .
227+ esc_html__ ( "Plyr's documentation " , 'protected-video ' ) .
228+ '</a> '
229+ )
230+ );
231231 }
232232
233233 /**
You can’t perform that action at this time.
0 commit comments