Changeset 25404 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 09/12/2013 05:30:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r25340 r25404 2418 2418 } elseif ( 'post' == $context ) { 2419 2419 $post = get_post( $id ); 2420 $post_id = $post->ID; 2420 if ( ! empty( $post->ID ) ) 2421 $post_id = $post->ID; 2421 2422 } 2422 2423
Note: See TracChangeset
for help on using the changeset viewer.