Ticket #11420: no.title.11420.patch
| File no.title.11420.patch, 506 bytes (added by , 15 years ago) |
|---|
-
wp-admin/includes/internal-linking.php
54 54 55 55 $results[] = array( 56 56 'ID' => $post->ID, 57 'title' => esc_html( strip_tags( $post->post_title) ),57 'title' => esc_html( strip_tags( _draft_or_post_title( $post->ID ) ) ), 58 58 'permalink' => get_permalink( $post->ID ), 59 59 'info' => $info, 60 60 );