Changeset 4971 for trunk/includes/common/widgets.php
- Timestamp:
- 05/28/2013 11:12:36 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/common/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/widgets.php
r4948 r4971 408 408 */ 409 409 public function widget( $args, $instance ) { 410 411 // Bail if search is disabled 412 if ( ! bbp_allow_search() ) 413 return; 410 414 411 415 // Get widget settings
Note: See TracChangeset
for help on using the changeset viewer.