diff --git a/classes/struts/option/image.php b/classes/struts/option/image.php index 45625d4..3f79d84 100644 --- a/classes/struts/option/image.php +++ b/classes/struts/option/image.php @@ -8,7 +8,7 @@ public function input_html() { $value = esc_attr( $this->value() ); echo ""; - echo ""; + echo ""; } protected function standard_validation( $value ) { diff --git a/classes/struts/options.php b/classes/struts/options.php index 02d9d7e..c9e4a96 100644 --- a/classes/struts/options.php +++ b/classes/struts/options.php @@ -315,10 +315,11 @@ public function echo_form_html() { ?> name() ); $this->do_options_html(); + $confirm_text = 'Click OK if you want to reset your theme options to the defaults.'; ?>
- - + +
diff --git a/classes/struts/section.php b/classes/struts/section.php index 1e50394..c8d8821 100644 --- a/classes/struts/section.php +++ b/classes/struts/section.php @@ -101,7 +101,7 @@ public function to_html() { } echo '
'; - echo ''; + echo ''; do_action( 'struts_after_' . $this->id() . '_submit' );