Passed
Push — master ( c46ef7...d95e55 )
by SILENT
01:43
created
functions.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -81,8 +81,8 @@  discard block
 block discarded – undo
81 81
 		add_filter( 'the_content', 'filter_ptags_on_images' );
82 82
 
83 83
 		/**
84
-	 	* This theme uses wp_nav_menu() in one location.
85
-	 	*/
84
+		 * This theme uses wp_nav_menu() in one location.
85
+		 */
86 86
 		register_nav_menus(array(
87 87
 			'primary' => __( 'Primary Menu', 'strip' ),
88 88
 		));
@@ -101,8 +101,8 @@  discard block
 block discarded – undo
101 101
 		) );
102 102
 
103 103
    /**
104
-	 * Enable support for Post Formats
105
-	 */
104
+    * Enable support for Post Formats
105
+    */
106 106
 		add_theme_support( 'post-formats', array(
107 107
 			'image',
108 108
 			'video',
@@ -121,9 +121,9 @@  discard block
 block discarded – undo
121 121
 	}
122 122
 
123 123
 	/**
124
-	* This theme styles the visual editor to resemble the theme style,
125
-	* specifically font, colors, icons, and column width.
126
-	*/
124
+	 * This theme styles the visual editor to resemble the theme style,
125
+	 * specifically font, colors, icons, and column width.
126
+	 */
127 127
 	add_editor_style( array( '/assets/css/editor-style.css', '/assets/fonts/fenix.css' ) );
128 128
 
129 129
 	// Indicate widget sidebars can use selective refresh in the Customizer.
@@ -418,8 +418,8 @@  discard block
 block discarded – undo
418 418
 		'query_var'	                 => true,
419 419
 		'rewrite'                    => array( 'slug' => 'story' ),
420 420
 		'show_in_rest'               => true,
421
-    'rest_base'                  => 'genre',
422
-    'rest_controller_class'      => 'WP_REST_Terms_Controller',
421
+	'rest_base'                  => 'genre',
422
+	'rest_controller_class'      => 'WP_REST_Terms_Controller',
423 423
 	);
424 424
 	register_taxonomy( 'story', array( 'comic' ), $args );
425 425
 	register_taxonomy_for_object_type( 'story', 'comic' );
Please login to merge, or discard this patch.