- Timestamp:
- 02/01/2016 06:59:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/class-bp-groups-group.php
r9819 r10488 1036 1036 */ 1037 1037 class _BP_Groups_Group extends BP_Groups_Group { 1038 static public function _convert_type_to_order_orderby( $type ) {1038 public static function _convert_type_to_order_orderby( $type ) { 1039 1039 return self::convert_type_to_order_orderby( $type ); 1040 1040 } 1041 1041 1042 static public function _convert_orderby_to_order_by_term( $term ) {1042 public static function _convert_orderby_to_order_by_term( $term ) { 1043 1043 return self::convert_orderby_to_order_by_term( $term ); 1044 1044 }
Note: See TracChangeset
for help on using the changeset viewer.