Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #8623, comment 7


Ignore:
Timestamp:
02/03/2022 09:51:24 PM (4 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8623, comment 7

    v1 v2  
    33@espellcaste your patch doesn't fix the issue, because `bp_esc_sql_order()` returns "ASC" or "DESC", so it's always one of these into your statement and never "custom" 😬.
    44
    5 Many thanks to you both for your work on it, it helped me understood what was going wrong, I was looking at fields order, although it was options order...
     5Many thanks to you both for your work on it, it helped me understand what was going wrong, I was looking at fields order, although it was options order...
    66
    77If no objections, let's commit this in 10.0 branch and trunk.