-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
wp-cli/core-command
#132Labels
good-first-issueGood for newcomersGood for newcomersscope:documentationRelated to documentationRelated to documentation
Description
Ref: https://core.trac.wordpress.org/ticket/41620
The word "install" is a verb. The correct word to use when referring to an instance of WordPress is "installation".
There are several places in WP-CLI where "install" is used to refer to an installation.
- "This is not a multisite install" as an error message in several commands such as
wp super-admin,wp core, the scaffold commands, and the entity commands. - The success and error messages from
wp core verify-checksums. - wp find: A WordPress install is...
- wp core: Download, install, update and manage a WordPress install.
- wp super-admin: Lists, adds, or removes super admin users on a multisite install.
- Entity commands: Performs site-wide operations on a multisite install.
- Entity commands: Delete a site in a multisite install.
- Entity commands: Manage site options in a multisite install.
- The
Given a WP installinstruction in all Behat scenarios.
and most likely other places.
Non-code:
The GitHub repo description for:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good-first-issueGood for newcomersGood for newcomersscope:documentationRelated to documentationRelated to documentation