Changeset 6974 for trunk/wp-includes/post-template.php
- Timestamp:
- 02/22/2008 05:53:47 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r6876 r6974 363 363 // 364 364 365 function the_attachment_link($id = 0, $fullsize = false, $max_dims = false ) {366 echo get_the_attachment_link($id, $fullsize, $max_dims );365 function the_attachment_link($id = 0, $fullsize = false, $max_dims = false, $permalink = false) { 366 echo get_the_attachment_link($id, $fullsize, $max_dims, $permalink); 367 367 } 368 368
Note: See TracChangeset
for help on using the changeset viewer.