Changeset 5007 for branches/2.1/wp-admin/upload-functions.php
- Timestamp:
- 03/09/2007 04:36:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/wp-admin/upload-functions.php
r4767 r5007 36 36 37 37 if ( $href ) 38 $r .= "<a id='file-link-$id' href=' $href' title='$post_title' class='file-link $class'>\n";38 $r .= "<a id='file-link-$id' href='" . attribute_escape($href) ."' title='$post_title' class='file-link $class'>\n"; 39 39 if ( $href || $image_src ) 40 40 $r .= "\t\t\t$innerHTML";
Note: See TracChangeset
for help on using the changeset viewer.