Ticket #27408: 27408.patch
| File 27408.patch, 1.6 KB (added by , 12 years ago) |
|---|
-
src/wp-admin/includes/class-wp-media-list-table.php
164 164 if ( !$this->detached ) { 165 165 $posts_columns['parent'] = _x( 'Uploaded to', 'column name' ); 166 166 if ( post_type_supports( 'attachment', 'comments' ) ) 167 $posts_columns['comments'] = '<span class="vers">< div title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></div></span>';167 $posts_columns['comments'] = '<span class="vers"><span title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></span></span>'; 168 168 } 169 169 /* translators: column name */ 170 170 $posts_columns['date'] = _x( 'Date', 'column name' ); -
src/wp-admin/includes/class-wp-posts-list-table.php
311 311 312 312 $post_status = !empty( $_REQUEST['post_status'] ) ? $_REQUEST['post_status'] : 'all'; 313 313 if ( post_type_supports( $post_type, 'comments' ) && !in_array( $post_status, array( 'pending', 'draft', 'future' ) ) ) 314 $posts_columns['comments'] = '<span class="vers">< div title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></div></span>';314 $posts_columns['comments'] = '<span class="vers"><span title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></span></span>'; 315 315 316 316 $posts_columns['date'] = __( 'Date' ); 317 317
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)