Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit 61263ad

Browse files
committed
PHPCS
Signed-off-by: Kevin Provance <kevin.provance@gmail.com>
1 parent 676d25b commit 61263ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/sections/pro-fields/media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'desc' => esc_html__( 'Basic media uploader with disabled URL input field.', 'your-textdomain-here' ),
2727
'subtitle' => esc_html__( 'Upload any media using the WordPress native uploader', 'your-textdomain-here' ),
2828
'default' => array(
29-
'url' => 'http://s.wordpress.org/style/images/codeispoetry.png',
29+
'url' => 'https://s.wordpress.org/style/images/codeispoetry.png',
3030
'filter' => array(
3131
'grayscale' => array(
3232
'checked' => true,

0 commit comments

Comments
 (0)