[wp-trac] [WordPress Trac] #33755: Add Site Logo to WordPress Core

WordPress Trac noreply at wordpress.org
Wed Mar 2 16:16:12 UTC 2016


#33755: Add Site Logo to WordPress Core
-------------------------------------------------+-------------------------
 Reporter:  fatmedia                             |       Owner:  obenland
     Type:  task (blessed)                       |      Status:  assigned
 Priority:  normal                               |   Milestone:  4.5
Component:  Customize                            |     Version:  trunk
 Severity:  normal                               |  Resolution:
 Keywords:  ux-feedback needs-unit-tests has-    |     Focuses:  ui
  screenshots needs-patch                        |
-------------------------------------------------+-------------------------

Comment (by westonruter):

 @ryan I just faced that same issue yesterday. I got around it by manually
 short-circuiting the site logo feature in Jetpack via a little mu-plugin
 like:

 {{{#!php
 <?php
 add_action( 'after_setup_theme', function() {
     remove_action( 'init', 'site_logo_init' );
 } );
 }}}

 Either that or deactivating the Jetpack plugin should do it.

 See: https://github.com/Automattic/jetpack/issues/3447

--
Ticket URL: <https://core.trac.wordpress.org/ticket/33755#comment:123>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list