Changeset 165435
- Timestamp:
- 10/21/2009 09:10:54 AM (16 years ago)
- Location:
- wp-category-meta/tags/1.0.1
- Files:
-
- 2 edited
-
views/options.php (modified) (1 diff)
-
wp-category-meta.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-category-meta/tags/1.0.1/views/options.php
r165423 r165435 3 3 Class wptm_admin { 4 4 5 var $version = '1.0. 0';5 var $version = '1.0.1'; 6 6 7 7 function wptm_admin() { -
wp-category-meta/tags/1.0.1/wp-category-meta.php
r165423 r165435 4 4 * Plugin URI: # 5 5 * Description: Add the ability to attach meta to the Wordpress categories 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Eric Le Bail 8 8 * Author URI: # … … 52 52 global $wptm_table_name; 53 53 global $wp_version; 54 $wptm_version = '1.0. 0';54 $wptm_version = '1.0.1'; 55 55 $wptm_db_version = '0.0.1'; 56 56 $wptm_table_name = $wpdb->prefix.'termsmeta';
Note: See TracChangeset
for help on using the changeset viewer.