Changeset 10440
- Timestamp:
- 01/07/2016 04:20:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-widgets.php
r10417 r10440 38 38 wp_enqueue_script( 'groups_widget_groups_list-js', buddypress()->plugin_url . "bp-groups/js/widget-groups{$min}.js", array( 'jquery' ), bp_get_version() ); 39 39 } 40 }41 42 /**43 * PHP4 constructor44 *45 * For backward compatibility only46 */47 function bp_groups_widget() {48 $this->_construct();49 40 } 50 41
Note: See TracChangeset
for help on using the changeset viewer.