Make WordPress Core


Ignore:
Timestamp:
09/13/2015 12:53:14 PM (9 years ago)
Author:
helen
Message:

Comments: Fix inline edit/reply on small screens.

Merges [34094] to the 4.3 branch.

props ocean90, SergeyBiryukov.
see #33596.

Location:
branches/4.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.3

  • branches/4.3/src/wp-admin/includes/template.php

    r33593 r34095  
    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;">
Note: See TracChangeset for help on using the changeset viewer.