Changeset 1377297
- Timestamp:
- 03/23/2016 07:29:31 PM (10 years ago)
- Location:
- wp-jump-menu
- Files:
-
- 2 edited
-
tags/3.5.2/wp-jump-menu.php (modified) (1 diff)
-
trunk/wp-jump-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-jump-menu/tags/3.5.2/wp-jump-menu.php
r1377293 r1377297 42 42 $this->path = plugin_dir_path( __FILE__ ); 43 43 $this->dir = plugins_url( '', __FILE__ ); 44 $this->version = '3.5. 1';44 $this->version = '3.5.2'; 45 45 $this->upgrade_version = ''; 46 46 $this->options = get_option( 'wpjm_options' ); -
wp-jump-menu/trunk/wp-jump-menu.php
r1377293 r1377297 42 42 $this->path = plugin_dir_path( __FILE__ ); 43 43 $this->dir = plugins_url( '', __FILE__ ); 44 $this->version = '3.5. 1';44 $this->version = '3.5.2'; 45 45 $this->upgrade_version = ''; 46 46 $this->options = get_option( 'wpjm_options' );
Note: See TracChangeset
for help on using the changeset viewer.