Skip to content

Commit 22324c3

Browse files
Lee MasonLee Mason
authored andcommitted
Updating example url field to use reduxdomain
1 parent 24f27ea commit 22324c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/sample-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ function setup_framework_options(){
680680
'subtitle' => __('This must be a URL.', 'redux-framework-demo'),
681681
'desc' => __('This is the description field, again good for additional info.', 'redux-framework-demo'),
682682
'validate' => 'url',
683-
'default' => 'http://no-half-pixels.com'
683+
'default' => 'http://reduxframework.com'
684684
),
685685
array(
686686
'id'=>'4',

0 commit comments

Comments
 (0)