Skip to content

Commit

Permalink
Link to package instead of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieur-z committed Jul 25, 2024
1 parent 09b2e8b commit a07b6a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions projects/plugins/wpcomsh/lib/class.color.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@
// phpcs:ignoreFile WordPress.Files.FileName.NotHyphenatedLowercase

// Dummy comment to make phpcs happy.
if ( defined( 'CLASSIC_THEME_HELPER_PLUGIN_DIR') ) {
require_once CLASSIC_THEME_HELPER_PLUGIN_DIR . '_inc/lib/class.color.php';
}
require_once WPCOMSH__PLUGIN_DIR_PATH . '/vendor/automattic/jetpack-classic-theme-helper/_inc/lib/class.color.php';
4 changes: 1 addition & 3 deletions projects/plugins/wpcomsh/lib/tonesque.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@
*/

// Dummy comment to make phpcs happy.
if ( defined( 'CLASSIC_THEME_HELPER_PLUGIN_DIR' ) ) {
require_once CLASSIC_THEME_HELPER_PLUGIN_DIR . '_inc/lib/tonesque.php';
}
require_once WPCOMSH__PLUGIN_DIR_PATH . '/vendor/automattic/jetpack-classic-theme-helper/_inc/lib/tonesque.php';

0 comments on commit a07b6a5

Please sign in to comment.