[wp-trac] [WordPress Trac] #37404: nav-menu cache using javascript

WordPress Trac noreply at wordpress.org
Mon Jul 18 22:45:04 UTC 2016


#37404: nav-menu cache using javascript
-------------------------+------------------------------
 Reporter:  tazotodua    |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Menus        |     Version:
 Severity:  normal       |  Resolution:
 Keywords:               |     Focuses:
-------------------------+------------------------------

Comment (by tazotodua):

 better idea! please, why do you miss this:
 attach each link ("<a>" tag) the id of the object. for example:


 {{{
 <li>
   <a class="p284">
 </li>
 }}}


 that means POST,with id 284

 or

 {{{
 <li>
   <a class="c284">
 </li>
 }}}


 that means category,with id 284

 and so on... It will be very good!

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


More information about the wp-trac mailing list