Changes between Initial Version and Version 1 of Ticket #56886, comment 6
- Timestamp:
- 01/21/2023 10:18:26 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56886, comment 6
initial v1 2 2 3 3 - The markup has changed for this field. See [https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-admin/install.php#L181-L205 the current markup] on the install page. This includes hooks. 4 - The patch seems to be processing all of the `$blog[ meta]`, which goes outside the scope of this ticket.4 - The patch seems to be processing all of the `$blog['meta']`, which goes outside the scope of this ticket. 5 5 - `intval()` should be replaced with `(int)`. 6 6 - `wp_unslash()` shouldn't be necessary here. It's being converted to an integer.