Skip to content

Commit 373e422

Browse files
committed
Improve formatting
1 parent 8f5f9c5 commit 373e422

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

includes/class-protected-video-admin.php

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)