Ticket #22086: 22086v5.diff
File 22086v5.diff, 7.6 KB (added by , 8 years ago) |
---|
-
wp-admin/css/wp-admin.css
540 540 541 541 /* .widefat - main style for tables */ 542 542 .widefat { 543 border-collapse: separate; 543 544 border-spacing: 0; 544 545 width: 100%; 545 546 clear: both; … … 573 574 574 575 .widefat td, 575 576 .widefat th { 577 border-spacing: 0; 576 578 border-width: 0 0 1px 0; 577 579 border-style: solid; 578 580 } … … 3236 3238 } 3237 3239 3238 3240 #post-status-info { 3241 border-collapse: separate; 3239 3242 border-width: 0 1px 1px; 3240 3243 border-style: none solid solid; 3241 3244 width: 100%; … … 3246 3249 } 3247 3250 3248 3251 #post-status-info td { 3252 border-spacing:0; 3249 3253 font-size: 12px; 3250 3254 } 3251 3255 -
wp-admin/edit-form-advanced.php
362 362 363 363 <?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabfocus_elements' => 'insert-media-button,save-post', 'editor_height' => 360) ); ?> 364 364 365 <table id="post-status-info" cellspacing="0"><tbody><tr>365 <table id="post-status-info"><tbody><tr> 366 366 <td id="wp-word-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></td> 367 367 <td class="autosave-info"> 368 368 <span class="autosave-message"> </span> -
wp-admin/import.php
77 77 } else { 78 78 uasort($importers, create_function('$a, $b', 'return strnatcasecmp($a[0], $b[0]);')); 79 79 ?> 80 <table class="widefat importers" cellspacing="0">80 <table class="widefat importers"> 81 81 82 82 <?php 83 83 $alt = ''; -
wp-admin/includes/ajax-actions.php
1379 1379 global $wp_list_table; 1380 1380 1381 1381 check_ajax_referer( 'taxinlineeditnonce', '_inline_edit' ); 1382 1382 1383 1383 $post_data = wp_unslash( $_POST ); 1384 1384 1385 1385 $taxonomy = sanitize_key( $post_data['taxonomy'] ); … … 1445 1445 if ( ! $posts ) 1446 1446 wp_die( __('No items found.') ); 1447 1447 1448 $html = '<table class="widefat" cellspacing="0"><thead><tr><th class="found-radio"><br /></th><th>'.__('Title').'</th><th class="no-break">'.__('Type').'</th><th class="no-break">'.__('Date').'</th><th class="no-break">'.__('Status').'</th></tr></thead><tbody>';1448 $html = '<table class="widefat"><thead><tr><th class="found-radio"><br /></th><th>'.__('Title').'</th><th class="no-break">'.__('Type').'</th><th class="no-break">'.__('Date').'</th><th class="no-break">'.__('Status').'</th></tr></thead><tbody>'; 1449 1449 foreach ( $posts as $post ) { 1450 1450 $title = trim( $post->post_title ) ? $post->post_title : __( '(no title)' ); 1451 1451 … … 2086 2086 $screen_id = sanitize_key($_POST['screenid']); 2087 2087 else 2088 2088 $screen_id = 'site'; 2089 2089 2090 2090 if ( ! empty($_POST['data']) ) { 2091 2091 $data = wp_unslash( (array) $_POST['data'] ); 2092 2092 // todo: how much to sanitize and preset and what to leave to be accessed from $data or $_POST..? -
wp-admin/includes/class-wp-comments-list-table.php
278 278 $this->display_tablenav( 'top' ); 279 279 280 280 ?> 281 <table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">281 <table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>"> 282 282 <thead> 283 283 <tr> 284 284 <?php $this->print_column_headers(); ?> … … 551 551 552 552 wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' ); 553 553 ?> 554 <table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0"style="display:none;">554 <table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>" style="display:none;"> 555 555 <tbody id="the-comment-list"<?php if ( $singular ) echo " data-wp-lists='list:$singular'"; ?>> 556 556 <?php if ( ! $output_empty ) $this->display_rows_or_placeholder(); ?> 557 557 </tbody> -
wp-admin/includes/class-wp-list-table.php
719 719 $this->display_tablenav( 'top' ); 720 720 721 721 ?> 722 <table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">722 <table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>"> 723 723 <thead> 724 724 <tr> 725 725 <?php $this->print_column_headers(); ?> -
wp-admin/includes/media.php
1822 1822 <form enctype="multipart/form-data" method="post" action="<?php echo esc_attr($form_action_url); ?>" class="<?php echo $form_class; ?>" id="gallery-form"> 1823 1823 <?php wp_nonce_field('media-form'); ?> 1824 1824 <?php //media_upload_form( $errors ); ?> 1825 <table class="widefat" cellspacing="0">1825 <table class="widefat"> 1826 1826 <thead><tr> 1827 1827 <th><?php _e('Media'); ?></th> 1828 1828 <th class="order-head"><?php _e('Order'); ?></th> -
wp-admin/includes/meta-boxes.php
823 823 */ 824 824 function link_xfn_meta_box($link) { 825 825 ?> 826 <table class="links-table" cellspacing="0">826 <table class="links-table"> 827 827 <tr> 828 828 <th scope="row"><label for="link_rel"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('rel:') ?></label></th> 829 829 <td><input type="text" name="link_rel" id="link_rel" value="<?php echo ( isset( $link->link_rel ) ? esc_attr($link->link_rel) : ''); ?>" /></td> -
wp-admin/update-core.php
191 191 <form method="post" action="<?php echo $form_action; ?>" name="upgrade-plugins" class="upgrade"> 192 192 <?php wp_nonce_field('upgrade-core'); ?> 193 193 <p><input id="upgrade-plugins" class="button" type="submit" value="<?php esc_attr_e('Update Plugins'); ?>" name="upgrade" /></p> 194 <table class="widefat" cellspacing="0"id="update-plugins-table">194 <table class="widefat" id="update-plugins-table"> 195 195 <thead> 196 196 <tr> 197 197 <th scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all" /></th> … … 269 269 <form method="post" action="<?php echo $form_action; ?>" name="upgrade-themes" class="upgrade"> 270 270 <?php wp_nonce_field('upgrade-core'); ?> 271 271 <p><input id="upgrade-themes" class="button" type="submit" value="<?php esc_attr_e('Update Themes'); ?>" name="upgrade" /></p> 272 <table class="widefat" cellspacing="0"id="update-themes-table">272 <table class="widefat" id="update-themes-table"> 273 273 <thead> 274 274 <tr> 275 275 <th scope="col" class="manage-column check-column"><input type="checkbox" id="themes-select-all" /></th> -
wp-includes/post-template.php
1429 1429 1430 1430 <br class="clear" /> 1431 1431 1432 <table class="widefat post-revisions" cellspacing="0"id="post-revisions">1432 <table class="widefat post-revisions" id="post-revisions"> 1433 1433 <col /> 1434 1434 <col /> 1435 1435 <col style="width: 33%" />