Ticket #27408: 27408.2.patch
| File 27408.2.patch, 2.5 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 -
src/wp-admin/includes/dashboard.php
960 960 961 961 $ilink = wp_nonce_url('plugin-install.php?tab=plugin-information&plugin=' . $slug, 'install-plugin_' . $slug) . '&TB_iframe=true&width=600&height=800'; 962 962 963 echo "<li class='dashboard-news-plugin'><span>$label:</span> <a href='$link' class='dashboard-news-plugin-link'>$title</a> </h5> <span>(<a href='$ilink' class='thickbox' title='$title'>" . __( 'Install' ) . "</a>)</span></li>";963 echo "<li class='dashboard-news-plugin'><span>$label:</span> <a href='$link' class='dashboard-news-plugin-link'>$title</a> <span>(<a href='$ilink' class='thickbox' title='$title'>" . __( 'Install' ) . "</a>)</span></li>"; 964 964 965 965 $$feed->__destruct(); 966 966 unset( $$feed );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)