Ticket #16214: ticket.16214.2.diff
| File ticket.16214.2.diff, 535 bytes (added by , 15 years ago) |
|---|
-
wp-admin/includes/template.php
419 419 * @param unknown_type $meta 420 420 */ 421 421 function list_meta( $meta ) { 422 // Removes meta with an underscore. 423 if ( !empty($meta) ) { 424 foreach ( $meta as $key => $_meta ) { 425 if ( '_' == $_meta['meta_key'][0] ) { 426 unset( $meta[$key] ); 427 } 428 } 429 } 430 422 431 // Exit if no meta 423 432 if ( ! $meta ) { 424 433 echo '
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)