Plugin Directory

Changeset 873197


Ignore:
Timestamp:
03/11/2014 04:03:29 AM (12 years ago)
Author:
karevn
Message:

DB revision bumped to make sure users having 3.7.10 will have feedback categories showing.

File:
1 edited

Legend:

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

    r871027 r873197  
    11<?php
    22
    3 if ((int)get_option('un_db_revision') < 2)
     3if ((int)get_option('un_db_revision') < 3)
    44    un_do_db_upgrade();
    55
     
    4242        foreach(un_get_feedback_capabilities() as $cap)
    4343            $wp_roles->add_cap($role, $cap);
    44     update_option('un_db_revision', '2');
     44    update_option('un_db_revision', '3');
    4545}
Note: See TracChangeset for help on using the changeset viewer.