Changeset 17412
- Timestamp:
- 02/07/2011 07:12:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-admin/includes/template.php
r17397 r17412 1193 1193 <div class="post_name">' . apply_filters('editable_slug', $post->post_name) . '</div> 1194 1194 <div class="post_author">' . $post->post_author . '</div> 1195 <div class="comment_status">' . $post->comment_status. '</div>1196 <div class="ping_status">' . $post->ping_status. '</div>1197 <div class="_status">' . $post->post_status. '</div>1195 <div class="comment_status">' . esc_html( $post->comment_status ) . '</div> 1196 <div class="ping_status">' . esc_html( $post->ping_status ) . '</div> 1197 <div class="_status">' . esc_html( $post->post_status ) . '</div> 1198 1198 <div class="jj">' . mysql2date( 'd', $post->post_date, false ) . '</div> 1199 1199 <div class="mm">' . mysql2date( 'm', $post->post_date, false ) . '</div>
Note: See TracChangeset
for help on using the changeset viewer.