Changeset 37792
- Timestamp:
- 06/21/2016 02:25:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/src/wp-includes/post-template.php
r29429 r37792 1497 1497 * @param string|bool $text If string, will be link text. Default false. 1498 1498 */ 1499 return apply_filters( 'wp_get_attachment_link', "<a href=' $url'>$link_text</a>", $id, $size, $permalink, $icon, $text );1499 return apply_filters( 'wp_get_attachment_link', "<a href=''>$link_text</a>", $id, $size, $permalink, $icon, $text ); 1500 1500 } 1501 1501
Note: See TracChangeset
for help on using the changeset viewer.