Changeset 19687 for trunk/wp-includes/link-template.php
- Timestamp:
- 01/05/2012 08:50:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r19684 r19687 2364 2364 2365 2365 if ( empty( $title ) ) 2366 $title = the_title_attribute( array( 'echo' => FALSE) );2366 $title = the_title_attribute( array( 'echo' => false ) ); 2367 2367 2368 2368 $shortlink = wp_get_shortlink( $post->ID );
Note: See TracChangeset
for help on using the changeset viewer.