From e95dabc26e0ea854bdb4b03b7b81d9e5f9693632 Mon Sep 17 00:00:00 2001 From: Edmund Turbin <785171+spicecadet@users.noreply.github.com> Date: Thu, 4 Jun 2020 15:46:59 +0100 Subject: [PATCH] Update Find_Command.php Removed backticks to match the way displays in the options section. --- src/Find_Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Find_Command.php b/src/Find_Command.php index c7abc08..d75f740 100644 --- a/src/Find_Command.php +++ b/src/Find_Command.php @@ -114,7 +114,7 @@ class Find_Command { /** * Find WordPress installations on the filesystem. * - * Recursively iterates subdirectories of provided `` to find and + * Recursively iterates subdirectories of provided to find and * report WordPress installations. A WordPress installation is a wp-includes * directory with a version.php file. *