Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33519, comment 1


Ignore:
Timestamp:
08/23/2015 04:02:11 PM (11 years ago)
Author:
DrewAPicture

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33519, comment 1

    initial v1  
    22
    33I think adding 'id=>title' would be an interesting idea and worth the effort to write a patch for consideration. After quickly grokking the source for `WP_Query`, it seems like it would be relatively straightforward enhancement.
     4
     5Edit: We would need unit tests to go along with it. See `Tests_Query_Results` in tests/query/results.php for a starting point.