@@ -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 | )); |
@@ -101,8 +101,8 @@ discard block |
||
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 | 'aside', |
108 | 108 | 'image', |
@@ -123,9 +123,9 @@ discard block |
||
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. |
@@ -319,8 +319,8 @@ discard block |
||
319 | 319 | |
320 | 320 | add_filter( 'get_first_image', 'thumbnail' ); |
321 | 321 | /** |
322 | - * Register Custom Post Type for comics |
|
323 | - */ |
|
322 | + * Register Custom Post Type for comics |
|
323 | + */ |
|
324 | 324 | function comic_post_type() { |
325 | 325 | |
326 | 326 | $labels = array( |