Changeset 9208
- Timestamp:
- 10/18/2019 01:02:21 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/support-forums.php
r7605 r9208 13 13 14 14 namespace WordPressdotorg\Forums; 15 16 // This plugin requires that bbPress be activated. Do nothing if activated without it. 17 if ( ! class_exists( 'bbPress' ) ) { 18 return; 19 } 15 20 16 21 // General includes.
Note: See TracChangeset
for help on using the changeset viewer.