Changeset 1762151
- Timestamp:
- 11/09/2017 05:17:29 PM (8 years ago)
- Location:
- wp-customizer/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
wp-customizer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-customizer/trunk/readme.txt
r774773 r1762151 3 3 Donate Link: http://www.vicchi.org/codeage/donate/ 4 4 Tags: wp-customizer, customize, customise, scripts, functions, css, custom, load 5 Requires at least: 3.56 Tested up to: 3.6.17 Stable tag: 1.0. 15 Requires at least: 4.8 6 Tested up to: 4.8.3 7 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 155 155 // array(...) 156 156 // ); 157 157 158 158 return array(); 159 159 }` … … 180 180 // array(...) 181 181 // ); 182 182 183 183 foreach ($files as $file) { 184 184 $file['deps'] = array('jquery'); … … 209 209 // array(...) 210 210 // ); 211 211 212 212 foreach ($files as $file) { 213 213 $file['media'] = 'screen'; 214 214 } 215 215 216 216 return $files; 217 217 }` -
wp-customizer/trunk/wp-customizer.php
r774773 r1762151 5 5 Plugin URI: http://www.vicchi.org/codeage/wp-customizer/ 6 6 Description: Manage and load custom function, script and CSS files into your theme without the need to edit your theme's functions.php or any other theme or plugin source file. 7 Version: 1.0. 17 Version: 1.0.2 8 8 Author: Gary Gale 9 9 Author URI: http://www.garygale.com/
Note: See TracChangeset
for help on using the changeset viewer.