- Timestamp:
- 01/29/2022 01:50:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-optouts-list-table.php
r12899 r13225 85 85 ) 86 86 ); 87 } 88 89 /** 90 * Gets the name of the default primary column. 91 * 92 * @since 10.1.0 93 * 94 * @return string Name of the default primary column, in this case, 'email_address'. 95 */ 96 protected function get_default_primary_column_name() { 97 return 'email_address'; 87 98 } 88 99
Note: See TracChangeset
for help on using the changeset viewer.