Make WordPress Core

Changeset 63581


Ignore:
Timestamp:
09/10/2026 01:28:17 PM (7 hours ago)
Author:
SergeyBiryukov
Message:

Privacy: Correct closing tag in results row on personal data tables.

Developed in https://github.com/WordPress/wordpress-develop/pull/13470.

Follow-up to r43216.

Props hbhalodia, dhruvang21, afercia, sabernhardt.
Fixes #66085.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/admin/privacy-tools.js

    r63556 r63581  
    7676                                itemList +
    7777                                '</div>' +
    78                                 '</td>' +
     78                                '</th>' +
    7979                                '</tr>';
    8080                });
Note: See TracChangeset for help on using the changeset viewer.