Plugin Directory

Changeset 871027


Ignore:
Timestamp:
03/07/2014 05:46:49 AM (12 years ago)
Author:
karevn
Message:

"Feedback tabs not showing" bug fixed.

Location:
usernoise/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • usernoise/trunk/inc/db-upgrade.php

    r846145 r871027  
    55
    66function un_do_db_upgrade(){
    7    
    87    global $un_default_options, $wp_roles, $wpdb;
    98    $icons = array('idea' => 'icon-lightbulb', 'question' => 'icon-question-sign', 'problem' => 'icon-exclamation-sign', 'praise' => 'icon-heart');
     
    2221            KEY `meta_key` (`meta_key`)
    2322
    24         ) DEFAULT CHARSET=" . get_bloginfo('charset') . ";";
     23        ) DEFAULT CHARSET=" . $wpdb->charset . ";";
    2524        dbDelta($sql);
    2625    }
  • usernoise/trunk/readme.txt

    r864519 r871027  
    105105== Changelog ==
    106106
     107= 3.7.11 =
     108* Fix: feedback category tabs did not show if 3.7.10 was the first version installed.
     109
    107110= 3.7.10 =
    108111* Czech language added.
Note: See TracChangeset for help on using the changeset viewer.