Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56886, comment 6


Ignore:
Timestamp:
01/21/2023 10:18:26 AM (21 months ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56886, comment 6

    initial v1  
    22
    33- 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.
    55- `intval()` should be replaced with `(int)`.
    66- `wp_unslash()` shouldn't be necessary here. It's being converted to an integer.