Hi
I wanted to edit my wpmu theme & am new to wpmu.
I followed the instructions/tutorial at this site(editing mu.php):
http://www.clickonf5.org/wordpress-mu/enable-theme-plugin-editor-wordpress-mu/5790
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Before Changes
unset( $submenu['plugins.php'][15] ); // always remove the plugin editor
unset( $submenu['themes.php'][10] ); // always remove the themes editor
After Changes
/* unset( $submenu['plugins.php'][15] ); */ // always remove the plugin
/* unset( $submenu['themes.php'][10] ); */ // always remove the themes
2. After removing this check, you should be able to see the theme editor and plugin editor option but still those pages will not accessible. To remove that barrier, you need to make below changes in mu.php only.
Search for the term “if ( strpos( $_SERVER['PHP_SELF'], ‘user-new.php’” in mu.php and then see below the before and after code for the same line (search result)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
This did not work successfully for me and although I have undone the changes to mu.php I have Warnings in my site admin page that remain.These are:
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\wpmu\wp-admin\includes\mu.php:1) in C:\xampp\htdocs\wpmu\wp-includes\functions.php on line 808
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\wpmu\wp-admin\includes\mu.php:1) in C:\xampp\htdocs\wpmu\wp-includes\functions.php on line 809
Meanwhile I have downloaded and installed a wp plugin that allows me to edit my wpmu themes.
So now I want to get rid of these warning errors.Can anyone please advise me how I can best fix this please?
I look forward to helpful replies,thanks