Skip to content

Commit 9ce75ab

Browse files
committed
Tab instead of space
1 parent dbc8ef3 commit 9ce75ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ First, include both the dashicons-picker.css and dashicons-picker.js files:
1212
```php
1313
function dashicons_picker_scripts() {
1414
$css = plugin_dir_url( __FILE__ ) . 'css/dashicons-picker.css';
15-
wp_enqueue_style( 'dashicons-picker', $css, array( 'dashicons' ), '1.0' );
15+
wp_enqueue_style( 'dashicons-picker', $css, array( 'dashicons' ), '1.0' );
1616

1717
$js = plugin_dir_url( __FILE__ ) . 'js/dashicons-picker.js';
1818
wp_enqueue_script( 'dashicons-picker', $js, array( 'jquery' ), '1.0' );

0 commit comments

Comments
 (0)