Editace souborů šablony ve WordPress MU
Tak jsem upgradoval WordPress Multiuser. Všechno bylo ok až na možnost editace souborů šablony. Abych to příště nemusel hledat, tak tady je potřebná úprava.
File is „mu.php“ located under „/wp-admin/includes“ folder.
to edit from WordPress MU 2.8.5.2:
from: „unset( $submenu[‚themes.php‘][10] ); // always remove the themes editor“
to: „//unset( $submenu[‚themes.php‘][10] ); // always remove the themes editor“
from :“if ( strpos( $_SERVER[‚PHP_SELF‘], $page ) ) {“
to:“if ( strpos( $_SERVER[‚PHP_SELF‘], $page ) && !is_site_admin() ) {„
Ivan,
Much thanks and appreciation from South Texas!