Browse Source

new lines before eof

Maggie Cabrera 4 năm trước cách đây
mục cha
commit
df87ae95b9
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      rockfield/inc/wpcom-editor-colors.php
  2. 1 1
      rockfield/inc/wpcom.php

+ 1 - 1
rockfield/inc/wpcom-editor-colors.php

@@ -1,2 +1,2 @@
 <?php
-require_once get_template_directory() . '/inc/wpcom-colors-css-variables.php';
+require_once get_template_directory() . '/inc/wpcom-colors-css-variables.php';

+ 1 - 1
rockfield/inc/wpcom.php

@@ -13,4 +13,4 @@ require_once get_template_directory() . '/inc/wpcom-colors-css-variables.php';
 function rockfield_wpcom_color_annotations_preview_js() {
 	wp_enqueue_script( 'rockfield_wpcom_color_annotations_preview', get_template_directory_uri() . '/inc/color-annotations-preview.js', array( 'customize-preview' ), wp_get_theme()->get( 'Version' ), true );
 }
-add_action( 'customize_preview_init', 'rockfield_wpcom_color_annotations_preview_js' ); 
+add_action( 'customize_preview_init', 'rockfield_wpcom_color_annotations_preview_js' );