Changes between Initial Version and Version 1 of Ticket #56302, comment 3
- Timestamp:
- 07/31/2022 01:27:09 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56302, comment 3
initial v1 16 16 17 17 === Notes 18 - This patch is an example of one approach , but be aware that there are further changes required to the `WP_List_Tables` views links, as well as all other relative links throughout the Dashboard. I'm happy to continue this work to address the other areas, if the approach in the patch is desired.18 - This patch is an example of one approach. Be aware that there are further changes required to the `WP_List_Tables` views links, as well as all other relative links throughout the Dashboard. Not all would need `WP_Http::make_absolute_url()`, some just need to be wrapped in `admin_url()`. I'm happy to continue this work to address the other areas, if this approach is desired. 19 19 - Adding `dev-feedback` to see if this approach is desired or if there are other ideas of how to manage this throughout the Dashboard.