Temporarily set write permissions by clicking the button below. When you are finished editing, revert to read-only by clicking "Make read-only" under the "Files" tab.', 'child-theme-configurator' );
?>
Add your FTP/SSH credentials to the WordPress config file.', 'child-theme-configurator' );
if ( isset( $_SERVER[ 'SERVER_SOFTWARE' ] ) && preg_match( '%iis%i',$_SERVER[ 'SERVER_SOFTWARE' ] ) )
_e( '
Assign WordPress to an application pool that has write permissions (Windows IIS systems).', 'child-theme-configurator' );
_e( '
Set write permissions on the server manually (not recommended).', 'child-theme-configurator' );
if ( 'WIN' != substr( strtoupper( PHP_OS ), 0, 3 ) ):
_e( '
Run PHP under Apache with suEXEC (contact your web host).', 'child-theme-configurator' );
endif; ?>