[Theme: Modern Style] Errors in the Theme Options
-
I am receiving the below errors in Appearance > Modern Style Theme Options. Could someone explain why?
Notice: Undefined index: saved in /mysite.com/wp-content/themes/modern-style/functions.php on line 122
if ( $_REQUEST['saved'] ) echo '<div id="message" class="updated fade"><p><strong>'.$themename.' settings saved.</strong></p></div>';
Notice: Undefined index: id in /mysite.com/wp-content/themes/modern-style/functions.php on line 133
<?php foreach ($options as $value) { $value['id_id'] = $shortname . "_" . $value['id'];; switch ( $value['type'] ) {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Theme: Modern Style] Errors in the Theme Options’ is closed to new replies.