[wp-trac] [WordPress Trac] #27448: hidetb meaning reversed from 3.8.1 to 3.9beta1
WordPress Trac
noreply at wordpress.org
Tue Mar 18 20:08:52 UTC 2014
#27448: hidetb meaning reversed from 3.8.1 to 3.9beta1
--------------------------+-----------------------------
Reporter: adiant | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: trunk
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
hidetb is a keyword in the wp_user_settings row of the wp_usermeta table.
It assumes values of integer one or zero. The value controls whether or
not the "Kitchen Sink" (second row of toolbar icons) is shown in the
Page/Post Editor.
In Version 3.8.1, a value of zero does NOT display the Kitchen Sink. But
a value of one in 3.9Beta1 DOES display the Kitchen Sink. And vice versa.
This change may be intentional, as the name "hidetb" implies that a TRUE
(integer 1) should hide a toolbar. I just need to know if this is a bug
or a fix to a bug, as I am rewriting a plugin that will rely on the value
of hidetb now that wordpress_adv_hidden no longer works at filter
tiny_mce_before_init beginning with Version 3.9.
To reproduce this issue, I recommend monitoring the value of hidetb in the
wp_user_settings row of the wp_usermeta table for the relevant user ID
with phpmyadmin's Refresh button in Browse, as you click the Kitchen Sink
icon in the Page or Post Editor and hit the Update button in the Publish
section of panel.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27448>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list