Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Bringing back the Jetpack Debug Helper.
Browse files Browse the repository at this point in the history
- fixing the problem
- bumping the version number
  • Loading branch information
sergeymitr authored and oskosk committed Dec 22, 2020
1 parent 267cfb4 commit 19905c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/jetpack-debug-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$features = array_merge( $defaults, $features );
if ( $features['jetpack-debug-helper'] ) {
debug( '%s: Adding Jetpack Debug Helper Plugin (master branch)', $domain );
add_client_example_master_plugin();
add_jetpack_debug_helper_master_plugin();
}
}, 10, 3 );

Expand Down
2 changes: 1 addition & 1 deletion jurassic.ninja.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Plugin Name: Jurassic Ninja
* Description: Launch ephemeral instances of WordPress + Jetpack using ServerPilot and an Ubuntu Box.
* Version: 5.9
* Version: 5.9.1
* Author: Automattic
**/

Expand Down

0 comments on commit 19905c8

Please sign in to comment.