@@ -82,8 +82,8 @@ discard block |
||
82 | 82 | add_filter( 'the_content', 'filter_ptags_on_images' ); |
83 | 83 | |
84 | 84 | /** |
85 | - * This theme uses wp_nav_menu() in one location. |
|
86 | - */ |
|
85 | + * This theme uses wp_nav_menu() in one location. |
|
86 | + */ |
|
87 | 87 | register_nav_menus(array( |
88 | 88 | 'primary' => __( 'Primary Menu', 'strip' ), |
89 | 89 | )); |
@@ -102,8 +102,8 @@ discard block |
||
102 | 102 | ) ); |
103 | 103 | |
104 | 104 | /** |
105 | - * Enable support for Post Formats |
|
106 | - */ |
|
105 | + * Enable support for Post Formats |
|
106 | + */ |
|
107 | 107 | add_theme_support( 'post-formats', array( |
108 | 108 | 'image', |
109 | 109 | 'video', |
@@ -180,9 +180,9 @@ discard block |
||
180 | 180 | |
181 | 181 | |
182 | 182 | /** |
183 | - * This theme styles the visual editor to resemble the theme style, |
|
184 | - * specifically font, colors, icons, and column width. |
|
185 | - */ |
|
183 | + * This theme styles the visual editor to resemble the theme style, |
|
184 | + * specifically font, colors, icons, and column width. |
|
185 | + */ |
|
186 | 186 | add_editor_style( array( '/assets/css/editor-style.css', '/assets/fonts/fenix.css' ) ); |
187 | 187 | |
188 | 188 | // Indicate widget sidebars can use selective refresh in the Customizer. |