Make WordPress Core


Ignore:
Timestamp:
02/22/2008 05:53:47 AM (17 years ago)
Author:
ryan
Message:

Media library work from andy. see #5911

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post-template.php

    r6876 r6974  
    363363//
    364364
    365 function the_attachment_link($id = 0, $fullsize = false, $max_dims = false) {
    366     echo get_the_attachment_link($id, $fullsize, $max_dims);
     365function the_attachment_link($id = 0, $fullsize = false, $max_dims = false, $permalink = false) {
     366    echo get_the_attachment_link($id, $fullsize, $max_dims, $permalink);
    367367}
    368368
Note: See TracChangeset for help on using the changeset viewer.