Changes between Initial Version and Version 1 of Ticket #58347, comment 1
- Timestamp:
- 05/18/2023 11:59:58 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58347, comment 1
initial v1 1 Hi there, thanks for the ticket!1 Hi there, welcome to WordPress Trac! Thanks for the ticket. 2 2 3 3 Just to clarify, this happens because `is_blog_installed()` [source:tags/6.2.1/src/wp-includes/functions.php?marks=1773,1779#L1756 specifically checks if the 'siteurl' option is not empty] as the way to determine if a site has been installed, probably because that is the [source:tags/6.2.1/src/wp-admin/includes/schema.php?marks=411#L403 first option created during installation].