Changeset 871027
- Timestamp:
- 03/07/2014 05:46:49 AM (12 years ago)
- Location:
- usernoise/trunk
- Files:
-
- 2 edited
-
inc/db-upgrade.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
usernoise/trunk/inc/db-upgrade.php
r846145 r871027 5 5 6 6 function un_do_db_upgrade(){ 7 8 7 global $un_default_options, $wp_roles, $wpdb; 9 8 $icons = array('idea' => 'icon-lightbulb', 'question' => 'icon-question-sign', 'problem' => 'icon-exclamation-sign', 'praise' => 'icon-heart'); … … 22 21 KEY `meta_key` (`meta_key`) 23 22 24 ) DEFAULT CHARSET=" . get_bloginfo('charset'). ";";23 ) DEFAULT CHARSET=" . $wpdb->charset . ";"; 25 24 dbDelta($sql); 26 25 } -
usernoise/trunk/readme.txt
r864519 r871027 105 105 == Changelog == 106 106 107 = 3.7.11 = 108 * Fix: feedback category tabs did not show if 3.7.10 was the first version installed. 109 107 110 = 3.7.10 = 108 111 * Czech language added.
Note: See TracChangeset
for help on using the changeset viewer.