Changeset 2358088
- Timestamp:
- 08/12/2020 02:13:17 AM (6 years ago)
- File:
-
- 1 edited
-
scss-library/trunk/scss-library.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scss-library/trunk/scss-library.php
r2280487 r2358088 4 4 Description: Adds support for SCSS stylesheets to wp_enqueue_style. 5 5 Author: Juan Sebastián Echeverry 6 Version: 0.2. 76 Version: 0.2.8 7 7 Text Domain: scsslib 8 8 … … 25 25 26 26 // Si estamos usando wp-cli, no correr el plugin 27 $autoloader = __DIR__ . '/vendor/autoload.php'; 28 if (!is_readable($autoloader)) { 27 if ( defined( 'WP_CLI' ) && WP_CLI ) { 29 28 return; 30 29 }
Note: See TracChangeset
for help on using the changeset viewer.