[wp-trac] [WordPress Trac] #35112: Screen Options in Appearance -> Menu not saved correctly sometimes

WordPress Trac noreply at wordpress.org
Wed Dec 30 23:11:12 UTC 2015


#35112: Screen Options in Appearance -> Menu not saved correctly sometimes
----------------------------+-----------------------------
 Reporter:  Asgaros         |       Owner:  afercia
     Type:  defect (bug)    |      Status:  assigned
 Priority:  normal          |   Milestone:  4.4.1
Component:  Administration  |     Version:  4.4
 Severity:  normal          |  Resolution:
 Keywords:  has-patch       |     Focuses:  ui, javascript
----------------------------+-----------------------------

Comment (by azaozz):

 35112.patch looks good for 4.4.1 here too.

 35112.2.patch should probably go in 4.5. There is another typo in `hidden:
 function()...` that has probably been there for a while:
 {{{
 return id.substring( id, id.length - 5 );
 }}}
 should be
 {{{
 return id.substring( 0, id.length - 5 );
 }}}

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


More information about the wp-trac mailing list