Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23668, comment 6


Ignore:
Timestamp:
04/09/2013 10:12:02 AM (12 years ago)
Author:
cliffseal
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23668, comment 6

    initial v1  
    22> wp_parse_args favors the values in the first argument - so in [attachment:emptytax.diff] the sanitize_title_with_dashes would have no affect, since the array value of the first argument would be favored, which would be the (potentially) unsanitized $taxonomy string.
    33
    4 Interesting. Thanks, ericlewis!
     4Interesting. Thanks, @ericlewis!