Changes between Version 1 and Version 2 of Ticket #32170, comment 65
- Timestamp:
- 06/22/2023 10:53:51 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32170, comment 65
v1 v2 2 2 3 3 Indeed, these plugins do not provide all the keys expected in 4 see https://github.com/WordPress/wordpress-develop/commit/09fb3ea03ec554fe2ede5fb65118ab64a751e1df#diff-cb86bbc65c5b0b668d8a1b1a8b46cbe90f86c22cad5cdaea26bb77a4f34e484fR1364 4 see list( $orderby, $desc_first, $abbr, $orderby_text, $initial_order ) = $sortable[ $column_key ]; 5 5 6 {{{ 6 7 list( $orderby, $desc_first, $abbr, $orderby_text, $initial_order ) = $sortable[ $column_key ];