Changes between Initial Version and Version 1 of Ticket #59337, comment 2
- Timestamp:
- 09/14/2023 05:41:00 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59337, comment 2
initial v1 1 1 hi @truptikanzariya 2 Your change to use esc_url instead of esc_attrmakes a lot of sense. It's a safer option for handling URLs in this context. on the same file `"wp-admin/user-edit.php:261"` `esc_url` is used instead of `esc_attr`. thanks for your change.2 Your change to use `esc_url` instead of `esc_attr` makes a lot of sense. It's a safer option for handling URLs in this context. on the same file `"wp-admin/user-edit.php:261"` `esc_url` is used instead of `esc_attr`. thanks for your change.