Skip to:
Content

bbPress.org

Changeset 6232


Ignore:
Timestamp:
01/12/2017 11:36:38 PM (9 years ago)
Author:
netweb
Message:

Subscriptions: Update the forum and topic subscriptions 2.6 database update routine.

Previously in r6193 the topic subscription update tool was renamed from bbp_admin_upgrade_user_subscriptions() to bbp_admin_upgrade_user_topic_subscriptions() to facilitate the addition of the forum subscription update tool bbp_admin_upgrade_user_forum_subscriptions().

This changeset updates the bbp_version_updater() 2.6 database update to run both the above upgrade tools.

Props barry.hughes.
Fixes 3038.
+ bbp_admin_upgrade_user_forum_subscriptions();

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/update.php

    r6183 r6232  
    324324             */
    325325            bbp_admin_upgrade_user_favorites();
    326             bbp_admin_upgrade_user_subscriptions();
     326            bbp_admin_upgrade_user_topic_subscriptions();
     327            bbp_admin_upgrade_user_forum_subscriptions();
    327328        }
    328329    }
Note: See TracChangeset for help on using the changeset viewer.