Make WordPress Core


Ignore:
Timestamp:
05/18/2009 04:00:33 PM (16 years ago)
Author:
markjaquith
Message:

Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/rss.php

    r11204 r11383  
    873873            printf(
    874874                '<li><a href="%1$s" title="%2$s">%3$s</a></li>',
    875                 clean_url( $item['link'] ),
     875                esc_url( $item['link'] ),
    876876                esc_attr( strip_tags( $item['description'] ) ),
    877877                htmlentities( $item['title'] )
Note: See TracChangeset for help on using the changeset viewer.