Changeset 5798
- Timestamp:
- 08/10/2017 09:51:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php
r5692 r5798 371 371 372 372 // Include the subscribers from the bbPress plugin directory until we've fully migrated. 373 /* 373 374 $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 ) ) ); 374 375 if ( $bbpress_subscribers ) { … … 379 380 } 380 381 } 382 */ 381 383 382 384 // Plugin Committers are always subscrived to plugin commits.
Note: See TracChangeset
for help on using the changeset viewer.