Hi all , I was looking for "Theme Editor" for my WordPress MU 2.8.1 and since it was disabled and by searching online looked like there are not that many good suggestions I looked at the code and if anyone wants to have The built-in Theme Editor they will need to edit one (1) file only and does not need to upload anything.
File is "mu.php" located under "/wp-admin/includes" folder.
to edit from WordPress MU 2.8.1:
line 532
from: "unset( $submenu['themes.php'][10] ); // always remove the themes editor"
to: "//unset( $submenu['themes.php'][10] ); // always remove the themes editor"
line 1190
from :"if ( strpos( $_SERVER['PHP_SELF'], $page ) ) {"
to:"if ( strpos( $_SERVER['PHP_SELF'], $page ) && !is_site_admin() ) {"