Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#42882 closed defect (bug) (fixed)

Add missing since tags in the DocBlocks for add menu page functions

Reported by: keesiemeijer's profile keesiemeijer Owned by: sergeybiryukov's profile SergeyBiryukov
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)

42882.patch (5.7 KB) - added by keesiemeijer 7 years ago.
Add since tags

Download all attachments as: .zip

Change History (5)

@keesiemeijer
7 years ago

Add since tags

#1 @keesiemeijer
7 years ago

  • Keywords has-patch added

#2 @netweb
7 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 5.0

#3 @SergeyBiryukov
7 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 42394:

Docs: Add missing @since tags for add menu page functions.

Props keesiemeijer.
Fixes #42882.

#4 @pento
6 years ago

  • Milestone changed from 5.0 to 5.1
Note: See TracTickets for help on using tickets.