Changeset 1443810
- Timestamp:
- 06/26/2016 11:20:10 PM (10 years ago)
- Location:
- ultimate-widgets-light
- Files:
-
- 2 edited
-
tags/1.5.3.5/functions.php (modified) (2 diffs)
-
trunk/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-widgets-light/tags/1.5.3.5/functions.php
r1443809 r1443810 10 10 * Text Domain: kho 11 11 * Domain Path: /languages/ 12 * Version: 1.5.3. 412 * Version: 1.5.3.5 13 13 * 14 14 * @fs_premium_only /premium/ … … 61 61 define( 'UWL_PLUGIN', __FILE__ ); 62 62 define( 'UWL_PLUGIN_DIR', untrailingslashit( dirname( UWL_PLUGIN ) ) ); 63 define( 'UWL_VERSION', '1.5.3. 4' );63 define( 'UWL_VERSION', '1.5.3.5' ); 64 64 function uwl_plugin_url( $path = '' ) 65 65 { -
ultimate-widgets-light/trunk/functions.php
r1443377 r1443810 10 10 * Text Domain: kho 11 11 * Domain Path: /languages/ 12 * Version: 1.5.3. 412 * Version: 1.5.3.5 13 13 * 14 14 * @fs_premium_only /premium/ … … 61 61 define( 'UWL_PLUGIN', __FILE__ ); 62 62 define( 'UWL_PLUGIN_DIR', untrailingslashit( dirname( UWL_PLUGIN ) ) ); 63 define( 'UWL_VERSION', '1.5.3. 4' );63 define( 'UWL_VERSION', '1.5.3.5' ); 64 64 function uwl_plugin_url( $path = '' ) 65 65 {
Note: See TracChangeset
for help on using the changeset viewer.