File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11wp-cli/find-command
22===================
33
4- Find WordPress installs on the filesystem.
4+ Find WordPress installations on the filesystem.
55
66[ ![ Build Status] ( https://travis-ci.org/wp-cli/find-command.svg?branch=master )] ( https://travis-ci.org/wp-cli/find-command )
77
@@ -14,13 +14,13 @@ wp find <path> [--skip-ignored-paths] [--include_ignored_paths=<paths>] [--max_d
1414~~~
1515
1616Recursively iterates subdirectories of provided ` <path> ` to find and
17- report WordPress installs . A WordPress install is a wp-includes directory
17+ report WordPress installations . A WordPress installation is a wp-includes directory
1818with a version.php file.
1919
2020Avoids recursing some known paths (e.g. /node_modules/, hidden sys dirs)
2121to significantly improve performance.
2222
23- Indicates depth at which the WordPress install was found, and its alias,
23+ Indicates depth at which the WordPress installation was found, and its alias,
2424if it has one.
2525
2626```
You can’t perform that action at this time.
0 commit comments