Changeset 12505
- Timestamp:
- 03/28/2023 06:12:04 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php
r10803 r12505 25 25 */ 26 26 public static function get_image_average_color( $file_location ) { 27 if ( ! class_exists( 'Tonesque' ) && function_exists( 'jetpack_require_lib' ) ) {28 jetpack_require_lib( 'tonesque' );27 if ( ! class_exists( 'Tonesque' ) && defined( 'JETPACK__PLUGIN_DIR' ) ) { 28 include JETPACK__PLUGIN_DIR . '/_inc/lib/tonesque.php'; 29 29 } 30 30
Note: See TracChangeset
for help on using the changeset viewer.