@@ -139,7 +139,7 @@ public function title_callback( $args ) {
139
139
140
140
$ value = isset ( $ args [1 ]['title ' ] ) ? $ args [1 ]['title ' ] : '' ;
141
141
142
- $ html = '<input type"text" id="title" name=" ' . $ args [0 ] . '[title]" value=" ' . $ value . '" class="regular-text" /> ' ;
142
+ $ html = '<input type= "text" id="title" name=" ' . $ args [0 ] . '[title]" value=" ' . $ value . '" class="regular-text" /> ' ;
143
143
$ html .= '<p class="description"> ' . __ ( 'Enter your custom title for Featured Image Metabox. ' , $ this ->plugin_slug ) . '</p> ' ;
144
144
145
145
echo $ html ;
@@ -150,7 +150,7 @@ public function instruction_callback( $args ) {
150
150
151
151
$ value = isset ( $ args [1 ]['instruction ' ] ) ? $ args [1 ]['instruction ' ] : '' ;
152
152
153
- $ html = '<input type"text" id="instruction" name=" ' . $ args [0 ] . '[instruction]" value=" ' . $ value . '" class="regular-text" /> ' ;
153
+ $ html = '<input type= "text" id="instruction" name=" ' . $ args [0 ] . '[instruction]" value=" ' . $ value . '" class="regular-text" /> ' ;
154
154
$ html .= '<p class="description"> ' . __ ( 'Enter the instructions for Featured Image, like image dimensions. ' , $ this ->plugin_slug ) . '</p> ' ;
155
155
156
156
echo $ html ;
@@ -161,7 +161,7 @@ public function set_text_callback( $args ) {
161
161
162
162
$ value = isset ( $ args [1 ]['set_text ' ] ) ? $ args [1 ]['set_text ' ] : '' ;
163
163
164
- $ html = '<input type"text" id="set_text" name=" ' . $ args [0 ] . '[set_text]" value=" ' . $ value . '" class="regular-text" /> ' ;
164
+ $ html = '<input type= "text" id="set_text" name=" ' . $ args [0 ] . '[set_text]" value=" ' . $ value . '" class="regular-text" /> ' ;
165
165
$ html .= '<p class="description"> ' . sprintf ( __ ( 'Enter the custom text to replace the default "%s". ' , $ this ->plugin_slug ), __ ( 'Set featured image ' ) ) . '</p> ' ;
166
166
167
167
echo $ html ;
@@ -172,7 +172,7 @@ public function remove_text_callback( $args ) {
172
172
173
173
$ value = isset ( $ args [1 ]['remove_text ' ] ) ? $ args [1 ]['remove_text ' ] : '' ;
174
174
175
- $ html = '<input type"text" id="remove_text" name=" ' . $ args [0 ] . '[remove_text]" value=" ' . $ value . '" class="regular-text" /> ' ;
175
+ $ html = '<input type= "text" id="remove_text" name=" ' . $ args [0 ] . '[remove_text]" value=" ' . $ value . '" class="regular-text" /> ' ;
176
176
$ html .= '<p class="description"> ' . sprintf ( __ ( 'Enter the custom text to replace the default "%s". ' , $ this ->plugin_slug ), __ ( 'Remove featured image ' ) ) . '</p> ' ;
177
177
178
178
echo $ html ;
0 commit comments