[wp-trac] [WordPress Trac] #54140: Display is broken when wp_text_diff() is used in the admin screen
WordPress Trac
noreply at wordpress.org
Fri Sep 17 01:30:48 UTC 2021
#54140: Display is broken when wp_text_diff() is used in the admin screen
--------------------------+--------------------------------------
Reporter: mt8.biz | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Revisions | Version: 5.7
Severity: normal | Resolution:
Keywords: | Focuses: ui, css, administration
--------------------------+--------------------------------------
Comment (by mt8.biz):
Out put codes
5.6.5
{{{
<tr>
<td class="diff-deletedline">
<span aria-hidden="true" class="dashicons dashicons-minus"></span>
<span class="screen-reader-text">Deleted: </span>a
</td>
<td> </td>
<td class="diff-addedline">
<span aria-hidden="true" class="dashicons dashicons-plus"></span>
<span class="screen-reader-text">Added: </span>b
</td>
</tr>
}}}
5.8.1
{{{
<tr>
<td class="diff-deletedline">
<span aria-hidden="true" class="dashicons dashicons-minus"></span>
<span class="screen-reader-text">Deleted: </span>a
</td>
<td class="diff-addedline">
<span aria-hidden="true" class="dashicons dashicons-plus"></span>
<span class="screen-reader-text">Added: </span>b
</td>
</tr>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/54140#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list