Ticket #12049: 12049.diff
| File 12049.diff, 1.5 KB (added by , 17 years ago) |
|---|
-
wp-admin/includes/dashboard.php
412 412 <p class="submit"> 413 413 <input type="hidden" name="action" id="quickpost-action" value="post-quickpress-save" /> 414 414 <input type="hidden" name="quickpress_post_ID" value="<?php echo (int) $post->ID; ?>" /> 415 <input type="hidden" name="post_type" value="post" /> 415 416 <?php wp_nonce_field('add-post'); ?> 416 417 <input type="submit" name="save" id="save-post" class="button" tabindex="4" value="<?php esc_attr_e('Save Draft'); ?>" /> 417 418 <input type="reset" value="<?php esc_attr_e( 'Reset' ); ?>" class="button" /> -
wp-admin/index-extra.php
7 7 */ 8 8 9 9 /** Load WordPress Bootstrap */ 10 require_once( 'admin.php');10 require_once( 'admin.php' ); 11 11 12 12 /** Load WordPress Administration Dashboard API */ 13 13 require( 'includes/dashboard.php' ); 14 14 15 /** Load Magpie RSS API or custom RSS API */ 16 require_once (ABSPATH . WPINC . '/rss.php'); 15 @header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); 17 16 18 @header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));19 20 17 switch ( $_GET['jax'] ) { 21 18 22 19 case 'dashboard_incoming_links' :
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)