Changeset 16750 for trunk/wp-admin/includes/internal-linking.php
- Timestamp:
- 12/06/2010 04:28:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/internal-linking.php
r16561 r16750 55 55 $results[] = array( 56 56 'ID' => $post->ID, 57 'title' => esc_html( strip_tags($post->post_title) ),57 'title' => trim( esc_html( strip_tags( $post->post_title ) ) ), 58 58 'permalink' => get_permalink( $post->ID ), 59 59 'info' => $info,
Note: See TracChangeset
for help on using the changeset viewer.