-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wp-now: Remove magic WordPress loading for
php
command (#441)
Fixes #438 ## What? Removes the magic WordPress loading for the `wp-now php` command. ## Why? It's not particularly intuitive that you get WordPress when you run `wp-now php`. It's more intuitive that WordPress will load if you run WP-CLI, so let's keep the behavior for that feature (https://github.com/WordPress/wordpress-playground/issues/269). ## Testing Instructions Tests should pass.
- Loading branch information
1 parent
a894355
commit e5bc036
Showing
3 changed files
with
7 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters