Make WordPress Core


Ignore:
Timestamp:
05/05/2009 07:43:53 PM (16 years ago)
Author:
markjaquith
Message:

_a(), _ea(), _xa(), attr() are now esc_attr(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650

File:
1 edited

Legend:

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

    r11109 r11204  
    874874                '<li><a href="%1$s" title="%2$s">%3$s</a></li>',
    875875                clean_url( $item['link'] ),
    876                 attr( strip_tags( $item['description'] ) ),
     876                esc_attr( strip_tags( $item['description'] ) ),
    877877                htmlentities( $item['title'] )
    878878            );
Note: See TracChangeset for help on using the changeset viewer.