Make WordPress Core

Ticket #33596: 33596.patch

File 33596.patch, 1.2 KB (added by SergeyBiryukov, 9 years ago)
  • src/wp-admin/css/list-tables.css

     
    18251825                text-align: left;
    18261826        }
    18271827
    1828         #comments-form .fixed .column-author {
     1828        #comments-form .fixed .column-author,
     1829        #commentsdiv .fixed .column-author {
    18291830                display: none !important;
    18301831        }
    18311832
  • src/wp-admin/includes/template.php

     
    478478?>
    479479<form method="get">
    480480<?php if ( $table_row ) : ?>
    481 <table style="display:none;"><tbody id="com-reply"><tr id="replyrow" style="display:none;"><td colspan="<?php echo $wp_list_table->get_column_count(); ?>" class="colspanchange">
     481<table style="display:none;"><tbody id="com-reply"><tr id="replyrow" class="inline-edit-row" style="display:none;"><td colspan="<?php echo $wp_list_table->get_column_count(); ?>" class="colspanchange">
    482482<?php else : ?>
    483483<div id="com-reply" style="display:none;"><div id="replyrow" style="display:none;">
    484484<?php endif; ?>