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

Commit 6cdfd7e

Browse files
committed
Fix travis errors!!
1 parent f2111d8 commit 6cdfd7e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

sample/sections/advanced-features/field-sanitizing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
array(
1414
'title' => esc_html__( 'Field Sanitizing', 'your-textdomain-here' ),
1515
'id' => 'sanitizing',
16-
// 'desc' => esc_html__( 'For full documentation on sanitizing, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/configuration/fields/sanitizing/" target="_blank">https://devs.redux.io/configuration/fields/sanitizing/</a>',
16+
// 'desc' => esc_html__( 'For full documentation on sanitizing, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/configuration/fields/sanitizing/" target="_blank">https://devs.redux.io/configuration/fields/sanitizing/</a>',
1717
'subsection' => true,
1818
'fields' => array(
1919
array(

sample/sections/pro-fields/box-shadow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
array(
1414
'title' => esc_html__( 'Box Shadow', 'your-textdomain-here' ),
1515
'id' => 'design-box-shadow',
16-
// 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/box-shadow.html" target="_blank">https://devs.redux.io/core-fields/box_shadow.html</a>',
16+
// 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/box-shadow.html" target="_blank">https://devs.redux.io/core-fields/box_shadow.html</a>',
1717
'subsection' => true,
1818
'fields' => array(
1919
array(

sample/sections/pro-fields/search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$opt_name,
1515
array(
1616
'title' => esc_html__( 'Live Search', 'your-textdomain-here' ),
17-
// 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/extensions/live-search.html" target="_blank">https://devs.redux.io/extensions/live-search.html</a>',
17+
// 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/extensions/live-search.html" target="_blank">https://devs.redux.io/extensions/live-search.html</a>',
1818
'heading' => esc_html__( 'This extension is a drop-in utility. Try the search box to the top right of every panel or metabox section. It will dynamically filter out the visible fields to match your search.', 'your-textdomain-here' ),
1919
'subsection' => true,
2020
'customizer' => false,

sample/sections/pro-fields/shortcodes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'customizer' => false,
1919
'subsection' => true,
2020
'title' => esc_html__( 'Shortcodes', 'your-textdomain-here' ),
21-
// 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/extensions/shortcodes.html" target="_blank">https://devs.redux.io/extensions/shortcodes.html</a>',
21+
// 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/extensions/shortcodes.html" target="_blank">https://devs.redux.io/extensions/shortcodes.html</a>',
2222
'fields' => array(
2323
array(
2424
'id' => 'sc-bloginfo',

sample/sections/pro-fields/widget-areas.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$opt_name,
1515
array(
1616
'title' => esc_html__( 'Widget Areas', 'your-textdomain-here' ),
17-
// 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/extensions/widget-areas.html" target="_blank">https://devs.redux.io/extensions/widget-areas.html</a>',
17+
// 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/extensions/widget-areas.html" target="_blank">https://devs.redux.io/extensions/widget-areas.html</a>',
1818
'subsection' => true,
1919
'fields' => array(
2020
array(

0 commit comments

Comments
 (0)