Skip to content

Conversation

nickdaugherty
Copy link
Contributor

Currently, the wp core multisite-install command creates sites called "Fake Site".

Just another Fake Site site

Welcome to Fake Site

This is hardcoded in Runner.php. This PR changes the terminology to replace Fake Site with WordPress, which is more expected and user friendly.

There's likely room for improvement here to use the WP default rather than hardcoding a new value, but this at least removes the unexpected Fake Site string.

Fixes #5515

"WordPress" is more user-friendly and expected. This affects new sites created via the `wp core multisite-install` command. Previously this would create a tagline / site name like this:

```
Just another Fake Site site

Welcome to Fake Site
```
@nickdaugherty nickdaugherty requested a review from a team as a code owner July 27, 2021 23:03
@nickdaugherty
Copy link
Contributor Author

I should note there are no existing tests that verify the Fake News string...but I'm happy to add tests somewhere if needed.

@schlessera schlessera added this to the 2.5.1 milestone Jul 28, 2021
@schlessera schlessera merged commit f40c359 into wp-cli:master Jul 28, 2021
@schlessera
Copy link
Member

Thanks for the PR, @nickdaugherty !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Site tagline is "Just another Fake Site site" after wp core multisite-install
2 participants