Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #26745, comment 6


Ignore:
Timestamp:
02/10/2014 09:30:34 AM (11 years ago)
Author:
sLaNGjI
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26745, comment 6

    v3 v4  
    11Hi, i am author of plugin mentioned on this issue.
    22
    3 After my test i found that is NOT related to my code but to this class: wp_admin_bar_class
     3After my test i found that is NOT related to my code but to this class: '''wp_admin_bar_class'''
     4
     5This is the cause of the problem:
     6{{{
     7add_filter( 'wp_admin_bar_class', '__return_false' );
     8}}}
     9
    410
    511Read more here http://wordpress.org/support/topic/ui-problem-caused-by-plugin-bug/ Thanks!