Hello I tried to find the solution but couldn't get what I am looking for..I am getting error exactly as bellow..
Notice: Undefined index: page in C:\xampp\htdocs\site\wp-content\themes\mytheme\admin\admin-panel.php on line 745
and code on line 745 is
function mytheme_add_init() {
$file_dir=get_bloginfo('template_directory');
wp_enqueue_style("functions", $file_dir."/admin/functions.css", false, "1.0", "all");
wp_enqueue_script("rm_script", $file_dir."/admin/rm_script.js", false, "1.0");
}
I dont know if I am using deprecated snippet or so.
admin-panel.phpfile, or at least more code surrounding this line. There isn't anything in the code snippet you posted that's even using an index ... – EAMann♦ Nov 18 '11 at 16:56