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) ); printf('

', __('Enable Minification on External Files', $this->name), __('Not recommended unless you want to excluding a bunch of external .js/.css files', $this->name), __('Place Minified JavaScript in footer', $this->name), __('Not recommended if you have embedded JS code referring to code that\'s been minified', $this->name) ); printf('

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

', __('Additional Javascript files to minify (line delimited)', $this->name), __('Javascript files to exclude from minify (line delimited)', $this->name), __('Additional CSS files to minify (line delimited)', $this->name), __('CSS files to exclude from minify (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) ); if ( function_exists( 'wp_nonce_field' ) && wp_nonce_field( $this->name ) ) { printf('

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