[wp-trac] [WordPress Trac] #34988: Screen Options on taxonomy edit screen

WordPress Trac noreply at wordpress.org
Thu Jan 14 02:58:11 UTC 2016


#34988: Screen Options on taxonomy edit screen
------------------------------+-----------------------------
 Reporter:  milindmore22      |       Owner:  swissspidy
     Type:  defect (bug)      |      Status:  assigned
 Priority:  normal            |   Milestone:  4.5
Component:  Taxonomy          |     Version:  4.4
 Severity:  normal            |  Resolution:
 Keywords:  has-patch commit  |     Focuses:  administration
------------------------------+-----------------------------

Comment (by boonebgorges):

 `term.php` seems like a pretty good idea.

 You've changed `$tag` to `$term` throughout. `$term` is, of course, more
 accurate. But this variable exists in the global scope, so it's possible
 (likely, knowing WP plugins) that people are expecting to be able to find
 the current term at `global $tag`. It might be worth canvassing the plugin
 repo before deciding whether to change the variable name.

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


More information about the wp-trac mailing list