Changeset 1486663
- Timestamp:
- 08/30/2016 07:03:02 PM (10 years ago)
- Location:
- wp-theme-optimizer
- Files:
-
- 2 edited
- 16 copied
-
tags/1.1.1 (copied) (copied from wp-theme-optimizer/trunk)
-
tags/1.1.1/README.md (copied) (copied from wp-theme-optimizer/trunk/README.md)
-
tags/1.1.1/README.txt (copied) (copied from wp-theme-optimizer/trunk/README.txt)
-
tags/1.1.1/admin/class-wpto-admin.php (copied) (copied from wp-theme-optimizer/trunk/admin/class-wpto-admin.php)
-
tags/1.1.1/admin/css/wpto-admin.css (copied) (copied from wp-theme-optimizer/trunk/admin/css/wpto-admin.css)
-
tags/1.1.1/admin/js/wpto-admin.js (copied) (copied from wp-theme-optimizer/trunk/admin/js/wpto-admin.js)
-
tags/1.1.1/admin/partials/wpto-admin-display.php (copied) (copied from wp-theme-optimizer/trunk/admin/partials/wpto-admin-display.php) (2 diffs)
-
tags/1.1.1/admin/partials/wpto_wc.php (copied) (copied from wp-theme-optimizer/trunk/admin/partials/wpto_wc.php)
-
tags/1.1.1/includes/class-wpto-activator.php (copied) (copied from wp-theme-optimizer/trunk/includes/class-wpto-activator.php)
-
tags/1.1.1/includes/class-wpto-deactivator.php (copied) (copied from wp-theme-optimizer/trunk/includes/class-wpto-deactivator.php)
-
tags/1.1.1/includes/class-wpto-i18n.php (copied) (copied from wp-theme-optimizer/trunk/includes/class-wpto-i18n.php)
-
tags/1.1.1/includes/class-wpto-loader.php (copied) (copied from wp-theme-optimizer/trunk/includes/class-wpto-loader.php)
-
tags/1.1.1/includes/class-wpto.php (copied) (copied from wp-theme-optimizer/trunk/includes/class-wpto.php)
-
tags/1.1.1/public/class-wpto-public.php (copied) (copied from wp-theme-optimizer/trunk/public/class-wpto-public.php)
-
tags/1.1.1/uninstall.php (copied) (copied from wp-theme-optimizer/trunk/uninstall.php)
-
tags/1.1.1/wpto.php (copied) (copied from wp-theme-optimizer/trunk/wpto.php) (1 diff)
-
trunk/admin/partials/wpto-admin-display.php (modified) (2 diffs)
-
trunk/wpto.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-theme-optimizer/tags/1.1.1/admin/partials/wpto-admin-display.php
r1486614 r1486663 90 90 <?php 91 91 // Include tabs partials 92 require_once('wpto_theme_scripts.php');93 require_once('wpto_theme_links.php');94 require_once('wpto_misc.php');95 require_once('wpto_wc.php'); 92 include_once( plugin_dir_path( __FILE__ ) . 'wpto_theme_scripts.php' ); 93 include_once( plugin_dir_path( __FILE__ ) . 'wpto_theme_links.php' ); 94 include_once( plugin_dir_path( __FILE__ ) . 'wpto_misc.php' ); 95 96 96 if ( class_exists( 'WooCommerce' ) ) { 97 require_once('wpto_wc.php');97 include_once( plugin_dir_path( __FILE__ ) . 'wpto_wc.php' ); 98 98 } 99 100 99 ?> 101 100 <?php submit_button(__('Save all changes', $this->plugin_name), 'primary','submit', TRUE); ?> 102 103 104 101 105 102 </div> … … 108 105 109 106 </div> 107 -
wp-theme-optimizer/tags/1.1.1/wpto.php
r1486614 r1486663 11 11 * Plugin URI: www.themeoptimizer.io 12 12 * Description: Optimize your WordPress theme header by removing excess tags and scripts. Make your site faster and more secure by hiding WordPress tags. 13 * Version: 1.1. 013 * Version: 1.1.1 14 14 * Author: Studio Touch (Daniel Hand) 15 15 * Author URI: https://www.designsbytouch.co.uk -
wp-theme-optimizer/trunk/admin/partials/wpto-admin-display.php
r1486614 r1486663 90 90 <?php 91 91 // Include tabs partials 92 require_once('wpto_theme_scripts.php');93 require_once('wpto_theme_links.php');94 require_once('wpto_misc.php');95 require_once('wpto_wc.php'); 92 include_once( plugin_dir_path( __FILE__ ) . 'wpto_theme_scripts.php' ); 93 include_once( plugin_dir_path( __FILE__ ) . 'wpto_theme_links.php' ); 94 include_once( plugin_dir_path( __FILE__ ) . 'wpto_misc.php' ); 95 96 96 if ( class_exists( 'WooCommerce' ) ) { 97 require_once('wpto_wc.php');97 include_once( plugin_dir_path( __FILE__ ) . 'wpto_wc.php' ); 98 98 } 99 100 99 ?> 101 100 <?php submit_button(__('Save all changes', $this->plugin_name), 'primary','submit', TRUE); ?> 102 103 104 101 105 102 </div> … … 108 105 109 106 </div> 107 -
wp-theme-optimizer/trunk/wpto.php
r1486614 r1486663 11 11 * Plugin URI: www.themeoptimizer.io 12 12 * Description: Optimize your WordPress theme header by removing excess tags and scripts. Make your site faster and more secure by hiding WordPress tags. 13 * Version: 1.1. 013 * Version: 1.1.1 14 14 * Author: Studio Touch (Daniel Hand) 15 15 * Author URI: https://www.designsbytouch.co.uk
Note: See TracChangeset
for help on using the changeset viewer.