Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16521, comment 10


Ignore:
Timestamp:
02/10/2011 09:11:43 PM (15 years ago)
Author:
ryan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16521, comment 10

    initial v1  
    1 Places such as get_the_category_list() are passing string ints and expected them to be treated as IDs.  Now they are treated as slugs which results in fail.  We need a more conservative patch.
     1Places such as get_the_category_list() are passing string ints and expecting them to be treated as IDs.  Now they are treated as slugs which results in fail.  We need a more conservative patch.