Passed
Push — master ( 3a00c1...dba374 )
by SILENT
02:21
created
functions.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -83,8 +83,8 @@  discard block
 block discarded – undo
83 83
 		add_filter( 'the_content', 'filter_ptags_on_images' );
84 84
 
85 85
 		/**
86
-	 	* This theme uses wp_nav_menu() in one location.
87
-	 	*/
86
+		 * This theme uses wp_nav_menu() in one location.
87
+		 */
88 88
 		register_nav_menus(array(
89 89
 			'primary' => __( 'Primary Menu', 'strip' ),
90 90
 		));
@@ -103,8 +103,8 @@  discard block
 block discarded – undo
103 103
 		) );
104 104
 
105 105
 		/**
106
-	 * Enable support for Post Formats
107
-	 */
106
+		 * Enable support for Post Formats
107
+		 */
108 108
 		add_theme_support( 'post-formats', array(
109 109
 			'image',
110 110
 			'video',
@@ -123,9 +123,9 @@  discard block
 block discarded – undo
123 123
 	}
124 124
 
125 125
 	/**
126
-	* This theme styles the visual editor to resemble the theme style,
127
-	* specifically font, colors, icons, and column width.
128
-	*/
126
+	 * This theme styles the visual editor to resemble the theme style,
127
+	 * specifically font, colors, icons, and column width.
128
+	 */
129 129
 	add_editor_style( array( '/assets/css/editor-style.css', '/assets/fonts/fenix.css' ) );
130 130
 
131 131
 	// Indicate widget sidebars can use selective refresh in the Customizer.
Please login to merge, or discard this patch.