name); $advanced_toggle_state = 'visible'; } else { $advanced_style = 'style="display:none"'; $advanced_toggle_text = __('Show Advanced Options', $this->name); $advanced_toggle_state = 'hidden'; } if ($wpm_options['cache_external']) { $include_style = 'style="display:none"'; $include_toggle_state = 'on'; } else { $include_style = ''; $include_toggle_state = 'off'; } 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), __('Donations are appreciated!', $this->name) ); printf('

%s

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

%s

', __('Debugging', $this->name), __('Combine files but do not minify', $this->name), __('Show minify errors through FirePHP', $this->name) ); printf('

%s

', __('Local Files Minification', $this->name), __('JavaScript files to exclude from minify (line delimited).', $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) ); printf('

%s

', __('Non-Local Files Minification', $this->name), __('Enable minification on external files', $this->name), __('Not recommended unless you want to exclude a bunch of external .js/.css files', $this->name), __('External JavaScript files to include into minify.', $this->name), __('Only useful if "Minification on external files" is unchecked', $this->name), __('more info', $this->name), __('External CSS files to include into minify.', $this->name), __('Only useful if "Minification on external files" is unchecked', $this->name), __('more info', $this->name) ); printf('

%s

', __('Caching', $this->name), __('Cache expires after every', $this->name), __('seconds', $this->name), __('Manually Clear Cache', $this->name) ); printf('

%s

', __('Tweaking/Tuning', $this->name), __('Use "pretty" URL"', $this->name), __('i.e. use "wp-minify/cache/1234abcd.js" instead of "wp-minify/min/?f=file1.js,file2.js,...,fileN.js"', $this->name), __('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('

', __('Automatically set your Minify base per siteurl setting (recommended)', $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) ); if ( function_exists( 'wp_nonce_field' ) && wp_nonce_field( $this->name ) ) { printf('

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