Changeset 34527
- Timestamp:
- 09/25/2015 02:20:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/edit-comments.js
r34517 r34527 660 660 act = 'edit' == action ? 'edit' : 'replyto'; 661 661 act = t.act = act + '-comment'; 662 colspanVal = $( ' th:visible,td:visible', c ).length;662 colspanVal = $( '> th:visible, > td:visible', c ).length; 663 663 664 664 // Make sure it's actually a table and there's a `colspan` value to apply.
Note: See TracChangeset
for help on using the changeset viewer.