Changeset 47256
- Timestamp:
- 02/11/2020 01:19:55 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r47255 r47256 787 787 <?php if ( ! $comment->comment_type || 'comment' == $comment->comment_type ) : ?> 788 788 789 <div class="dashboard-comment-wrap <?php echo $comment_row_class; ?> has-row-actions">789 <div class="dashboard-comment-wrap has-row-actions <?php echo $comment_row_class; ?>"> 790 790 <p class="comment-meta"> 791 791 <?php
Note: See TracChangeset
for help on using the changeset viewer.