Making WordPress.org

Changeset 5798


Ignore:
Timestamp:
08/10/2017 09:51:42 PM (8 years ago)
Author:
Otto42
Message:

Plugins Directory: Stop sending emails to old subscribers from the bbPress plugins directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php

    r5692 r5798  
    371371
    372372        // Include the subscribers from the bbPress plugin directory until we've fully migrated.
     373        /*
    373374        $bbpress_subscribers = maybe_unserialize( $wpdb->get_var( $wpdb->prepare( 'SELECT m.meta_value FROM ' . PLUGINS_TABLE_PREFIX . 'topics t JOIN ' . PLUGINS_TABLE_PREFIX . 'meta m ON ( m.object_type = "bb_topic" AND m.object_id = t.topic_id AND m.meta_key = "commit_subscribed") WHERE t.topic_slug = %s', $plugin_slug ) ) );
    374375        if ( $bbpress_subscribers ) {
     
    379380            }
    380381        }
     382         */
    381383
    382384        // Plugin Committers are always subscrived to plugin commits.
Note: See TracChangeset for help on using the changeset viewer.