Changeset 12680 for trunk/wp-includes/post-template.php
- Timestamp:
- 01/09/2010 10:03:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r12664 r12680 904 904 function the_attachment_link( $id = 0, $fullsize = false, $deprecated = false, $permalink = false ) { 905 905 if ( !empty( $deprecated ) ) 906 _deprecated_argument( __FUNCTION__, ' 0.0' );906 _deprecated_argument( __FUNCTION__, '2.5' ); 907 907 908 908 if ( $fullsize )
Note: See TracChangeset
for help on using the changeset viewer.