Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #17067, comment 7


Ignore:
Timestamp:
04/07/2011 02:42:00 AM (13 years ago)
Author:
nacin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17067, comment 7

    initial v1  
    1313Additionally, you need all three arguments, so:
    1414
    15 `add_filter( 'sanitize_html_class', 'my_sanitize_html_class', 10, 3 );
     15`add_filter( 'sanitize_html_class', 'my_sanitize_html_class', 10, 3 );`
    1616
    1717Note that 10 is priority. 10 is default.