Changeset 10007 for branches/2.3/src/bp-groups/bp-groups-admin.php
- Timestamp:
- 07/10/2015 10:17:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/src/bp-groups/bp-groups-admin.php
r10006 r10007 1294 1294 array(), 1295 1295 $this->get_sortable_columns(), 1296 $this->get_default_primary_column_name(), 1296 1297 ); 1297 1298 … … 1705 1706 return apply_filters( 'bp_groups_admin_get_group_custom_column', '', $column_name, $item ); 1706 1707 } 1708 1709 /** 1710 * Get name of default primary column 1711 * 1712 * @since BuddyPress (2.3.3) 1713 * @access protected 1714 * 1715 * @return string 1716 */ 1717 protected function get_default_primary_column_name() { 1718 // comment column is mapped to Group's name 1719 return 'comment'; 1720 } 1707 1721 }
Note: See TracChangeset
for help on using the changeset viewer.