Skip to content

Commit 3e81bc1

Browse files
committed
Replace instances of wp.dev with example.com
1 parent 5c91551 commit 3e81bc1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ in seconds or less.
139139

140140
Note: if you've installed WordPress in a subdirectory, then you'll need
141141
to `wp option update siteurl` after `wp core install`. For instance, if
142-
WordPress is installed in the `/wp` directory and your domain is wp.dev,
143-
then you'll need to run `wp option update siteurl http://wp.dev/wp` for
142+
WordPress is installed in the `/wp` directory and your domain is example.com,
143+
then you'll need to run `wp option update siteurl http://example.com/wp` for
144144
your WordPress installation to function properly.
145145

146146
Note: When using custom user tables (e.g. `CUSTOM_USER_TABLE`), the admin

src/Core_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public function is_installed( $_, $assoc_args ) {
339339
*
340340
* Note: if you've installed WordPress in a subdirectory, then you'll need
341341
* to `wp option update siteurl` after `wp core install`. For instance, if
342-
* WordPress is installed in the `/wp` directory and your domain is wp.dev,
342+
* WordPress is installed in the `/wp` directory and your domain is example.com,
343343
* then you'll need to run `wp option update siteurl http://example.com/wp` for
344344
* your WordPress installation to function properly.
345345
*

0 commit comments

Comments
 (0)