#42882 closed defect (bug) (fixed)
Add missing since tags in the DocBlocks for add menu page functions
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
The @since
tags is missing in the DocBlocks for all add menu page functions in wp-admin/includes/plugin.php
.
- add_menu_page
- add_submenu_page
- add_options_page
- add_management_page
- add_theme_page
- add_users_page
- add_plugins_page
- add_dashboard_page
- add_posts_page
- add_links_page
- add_pages_page
- add_comments_page
- add_media_page
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Add since tags