Changeset 37793
- Timestamp:
- 06/21/2016 02:27:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9/src/wp-includes/post-template.php
r27908 r37793 1437 1437 * @param string|bool $text If string, will be link text. Default false. 1438 1438 */ 1439 return apply_filters( 'wp_get_attachment_link', "<a href=' $url'>$link_text</a>", $id, $size, $permalink, $icon, $text );1439 return apply_filters( 'wp_get_attachment_link', "<a href='" . esc_url( $url ) . "'>$link_text</a>", $id, $size, $permalink, $icon, $text ); 1440 1440 } 1441 1441
Note: See TracChangeset
for help on using the changeset viewer.