Make WordPress Core


Ignore:
Timestamp:
12/21/2006 10:10:04 AM (17 years ago)
Author:
markjaquith
Message:

new function for escaping within attributes: attribute_escape()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upload.php

    r4600 r4656  
    8888    if ( isset($tab_array[4]) && is_array($tab_array[4]) )
    8989        add_query_arg( $tab_array[4], $href );
    90     $_href = wp_specialchars( $href, 1 );
     90    $_href = attribute_escape( $href);
    9191    $page_links = '';
    9292    $class = 'upload-tab alignleft';
Note: See TracChangeset for help on using the changeset viewer.