PluginProbe
WP-Stateless – Google Cloud Storage / trunk
WP-Stateless – Google Cloud Storage vtrunk
4.4.3 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.3.0 2.3.1 2.3.2 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 All 62 releases
← All changes | lib/cli/class-sm-cli-process.php +1 -1 3.0.4trunk View file →
@@ -16,9 +16,9 @@
16 16 * @param string $command Command to execute.
17 17 * @param string $cwd Directory to execute the command in.
18 18 * @return SM_CLI_Process
19 19 */
20 - public static function create( $command, $cwd = null ) {
20 + public static function create( $command, $cwd = ABSPATH ) {
21 21 $proc = new self;
22 22
23 23 $proc->command = $command;
24 24 $proc->cwd = $cwd;