@@ -95,9 +95,9 @@ |
||
95 | 95 | function strip_custom_dashboard_widgets() { |
96 | 96 | wp_add_dashboard_widget( 'strip_rss_dashboard_widget', __( 'SILENT COMICS on tumblr', 'strip' ), 'strip_rss_dashboard_widget' ); |
97 | 97 | /** |
98 | - * Be sure to drop any other created Dashboard Widgets. |
|
99 | - * in this function and they will all load. |
|
100 | - */ |
|
98 | + * Be sure to drop any other created Dashboard Widgets. |
|
99 | + * in this function and they will all load. |
|
100 | + */ |
|
101 | 101 | } |
102 | 102 | // removing the dashboard widgets. |
103 | 103 | add_action( 'wp_dashboard_setup', 'disable_default_dashboard_widgets' ); |
@@ -30,8 +30,8 @@ |
||
30 | 30 | 'admin-preview-callback' => 'strip_admin_header_image', |
31 | 31 | ) ) ); |
32 | 32 | /** |
33 | - * Register default header image |
|
34 | - */ |
|
33 | + * Register default header image |
|
34 | + */ |
|
35 | 35 | register_default_headers( array( |
36 | 36 | 'DefaultHeader' => array( |
37 | 37 | 'url' => get_template_directory_uri() . '/assets/images/Default-header.png', |
@@ -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', |
@@ -122,10 +122,10 @@ discard block |
||
122 | 122 | } |
123 | 123 | |
124 | 124 | /** |
125 | - * Clean wp_head, remove queries. |
|
126 | - * |
|
127 | - * @link: http://cubiq.org/clean-up-and-optimize-wordpress-for-your-next-theme |
|
128 | - */ |
|
125 | + * Clean wp_head, remove queries. |
|
126 | + * |
|
127 | + * @link: http://cubiq.org/clean-up-and-optimize-wordpress-for-your-next-theme |
|
128 | + */ |
|
129 | 129 | remove_action( 'wp_head', 'wp_generator' ); |
130 | 130 | remove_action( 'wp_head', 'wlwmanifest_link' ); |
131 | 131 | remove_action( 'wp_head', 'rsd_link' ); |
@@ -143,9 +143,9 @@ discard block |
||
143 | 143 | remove_action( 'wp_print_styles', 'print_emoji_styles' ); |
144 | 144 | |
145 | 145 | /** |
146 | - * This theme styles the visual editor to resemble the theme style, |
|
147 | - * specifically font, colors, icons, and column width. |
|
148 | - */ |
|
146 | + * This theme styles the visual editor to resemble the theme style, |
|
147 | + * specifically font, colors, icons, and column width. |
|
148 | + */ |
|
149 | 149 | add_editor_style( array( '/assets/css/editor-style.css', '/assets/fonts/fenix.css' ) ); |
150 | 150 | |
151 | 151 | // Indicate widget sidebars can use selective refresh in the Customizer. |