Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43895, comment 47


Ignore:
Timestamp:
06/07/2019 11:24:28 PM (6 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43895, comment 47

    initial v1  
    1  There are some CSS classes with the remove- prefix in WP_Privacy_Data_Removal_Requests_List_Table. That might be considered in another ticket if needed. Then there's the request type: remove_personal_data, that I think will never change.
     1> There are some CSS classes with the remove- prefix in WP_Privacy_Data_Removal_Requests_List_Table. That might be considered in another ticket if needed. Then there's the request type: remove_personal_data, that I think will never change.
    22
    33I actually had the first iteration of the patch with renamed class. But yes, many places in the code refer to `remove` and `removal`, from settings saved in the DB to HTML class names. Cannot change all as it would introduce edge cases/regressions. We can rename the class but... It will make it (perhaps) even more inconsistent?