Changeset 10488
- Timestamp:
- 02/01/2016 06:59:04 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-phpmailer.php
r10470 r10488 150 150 * @return string 151 151 */ 152 static public function get_hostname() {152 public static function get_hostname() { 153 153 if ( is_multisite() ) { 154 154 return get_current_site()->domain; // From fix_phpmailer_messageid() -
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.