Changeset 14166
- Timestamp:
- 12/23/2025 03:10:36 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/14.0/src/bp-groups/classes/class-bp-groups-list-table.php
r13878 r14166 219 219 * 220 220 * @since 1.7.0 221 * @since 14.5.0 The list of hidden columns are set. 221 222 * 222 223 * @return array Array of column headers. 223 224 */ 224 225 public function get_column_info() { 226 $columns = $this->get_columns(); 227 $hidden = get_hidden_columns( $this->screen ); 228 225 229 $this->_column_headers = array( 226 $ this->get_columns(),227 array(),230 $columns, 231 $hidden, 228 232 $this->get_sortable_columns(), 229 233 $this->get_default_primary_column_name(),
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)