Changeset 12680 for trunk/wp-includes/link-template.php
- Timestamp:
- 01/09/2010 10:03:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r12598 r12680 171 171 function post_permalink( $post_id = 0, $deprecated = '' ) { 172 172 if ( !empty( $deprecated ) ) 173 _deprecated_argument( __FUNCTION__, ' 0.0' );173 _deprecated_argument( __FUNCTION__, '1.3' ); 174 174 175 175 return get_permalink($post_id);
Note: See TracChangeset
for help on using the changeset viewer.