name); $advanced_toggle_state = 'visible'; } else { $advanced_style = 'style="display:none"'; $advanced_toggle_text = __('Show Advanced Options', $this->name); $advanced_toggle_state = 'hidden'; } printf('

%s

', __('Support this plugin!', $this->name), __('Display "Page optimized by WP Minify" link in the footer', $this->name), __('Do not display "Page optimized by WP Minify" link.', $this->name), __('I will donate and/or write about this plugin', $this->name) ); printf('

%s

', __('General Configuration', $this->name), __('Enable JavaScript Minification', $this->name), __('Enable CSS Minification', $this->name), __('Enable HTML Minification', $this->name) ); printf('

', __('Place Minified JavaScript in footer', $this->name), __('Not recommended', $this->name), __('more info', $this->name) ); printf('

', __('Force all JavaScript/CSS calls to be HTTPS on HTTPS pages', $this->name) ); printf('

', __('Combine files but do not minify', $this->name), __('Debug mode', $this->name), __('Show minify errors through FirePHP', $this->name), __('Debug mode', $this->name), __('Cache expires after every', $this->name), __('seconds', $this->name), __('Manually Clear Cache', $this->name) ); printf('

', __('Enable Minification on External Files', $this->name), __('Not recommended unless you want to exclude a bunch of external .js/.css files', $this->name), __('JavaScript files to include into minify (line delimited).', $this->name), __('Only useful if external files is unchecked.', $this->name), __('JavaScript files to exclude from minify (line delimited).', $this->name), __('CSS files to include into minify (line delimited).', $this->name), __('Only useful if external files is unchecked.', $this->name), __('CSS files to exclude from minify (line delimited).', $this->name), __('URIs on which WP-Minify parsing will be disabled (line delimited)', $this->name), __('Extra arguments to pass to minify engine. This value will get append to calls to URL "wp-minify/min/?f=file1.js,file2.js,...,fileN.js".', $this->name), __('e.g. You can specify this value to be b=somepath to specify the base path for all files passed into Minify.', $this->name) ); printf('

', __('Automatically set your Minify base per siteurl setting', $this->name) ); if ( function_exists( 'wp_nonce_field' ) && wp_nonce_field( $this->name ) ) { printf('

', __('Update Options', $this->name), __('Reset ALL Options', $this->name) ); } ?>