Skip to content

Commit 95bcf6d

Browse files
authored
remove site-logo support (#2146)
* remove site-logo support * fix php linter error
1 parent 8eb94e9 commit 95bcf6d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

inc/class-storefront.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -152,21 +152,6 @@ public function setup() {
152152
)
153153
);
154154

155-
/**
156-
* Add support for the Site Logo plugin and the site logo functionality in JetPack
157-
* https://github.com/automattic/site-logo
158-
* http://jetpack.me/
159-
*/
160-
add_theme_support(
161-
'site-logo',
162-
apply_filters(
163-
'storefront_site_logo_args',
164-
array(
165-
'size' => 'full',
166-
)
167-
)
168-
);
169-
170155
/**
171156
* Declare support for title theme feature.
172157
*/

0 commit comments

Comments
 (0)