Changes between Version 3 and Version 4 of Ticket #26745, comment 6
- Timestamp:
- 02/10/2014 09:30:34 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26745, comment 6
v3 v4 1 1 Hi, i am author of plugin mentioned on this issue. 2 2 3 After my test i found that is NOT related to my code but to this class: wp_admin_bar_class 3 After my test i found that is NOT related to my code but to this class: '''wp_admin_bar_class''' 4 5 This is the cause of the problem: 6 {{{ 7 add_filter( 'wp_admin_bar_class', '__return_false' ); 8 }}} 9 4 10 5 11 Read more here http://wordpress.org/support/topic/ui-problem-caused-by-plugin-bug/ Thanks!