[wp-trac] [WordPress Trac] #34360: Minor text inconsistencies in includes/plugin.php

WordPress Trac noreply at wordpress.org
Mon Oct 19 21:53:40 UTC 2015


#34360: Minor text inconsistencies in includes/plugin.php
--------------------------+-----------------------------
 Reporter:  Mckilem       |      Owner:
     Type:  enhancement   |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Text Changes  |    Version:  4.3.1
 Severity:  normal        |   Keywords:
  Focuses:  docs          |
--------------------------+-----------------------------
 Inside /wp-admin/includes/plugin.php file, I believe there are some
 inconsistencies within inline comments. For example, for add_users_page()
 function, comments tell us (line 1283) the following:

 "Add sub menu page to the Users/Profile main menu."

 And that's OK.

 But for add_theme_page(), the comment says:

 "Add sub menu page to the themes main menu."

 Which I find inconsistent. It should be Appearance, which is more clear on
 where submenu goes.

 The biggest "problem" could be for Settings page (function
 add_options_page()) - on line 1220, it says:

 "Add sub menu page to the options main menu."

 In my view, it should say:

 "Add sub menu page to the Settings main menu."

 And this should be consistent for all administration menu functions, so
 these would match WordPress core admin menu titles.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34360>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list