WordPress.org

Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#40208 closed defect (bug) (fixed)

@global tag is not present in functions.

Reported by: priyankabehera155 Owned by: SergeyBiryukov
Milestone: 4.8 Priority: normal
Severity: normal Version:
Component: Administration Keywords: has-patch
Focuses: docs Cc:

Description

There is 2 function which is having global $mode; but not having @global tag in the DocBlock comment. The files are class-wp-screen.php and ajax-actions.php.

Attachments (1)

40208.patch (881 bytes) - added by priyankabehera155 5 years ago.

Download all attachments as: .zip

Change History (7)

#1 @priyankabehera155
5 years ago

  • Keywords has-patch added

I have added @global tag in DocBlock comments for both the files.

#2 @SergeyBiryukov
5 years ago

  • Component changed from General to Administration
  • Milestone changed from Awaiting Review to 4.8

#3 @SergeyBiryukov
5 years ago

In 40307:

Docs: Add missing @global entry for list table view mode in wp_ajax_inline_save().

Props priyankabehera155.
See #40208.

#4 @SergeyBiryukov
5 years ago

In 40308:

Docs: Add missing @global entry for list table view mode in WP_Screen::render_view_mode().

Props priyankabehera155.
See #40208.

#5 @SergeyBiryukov
5 years ago

In 40309:

Docs: Add description for $mode global in WP_Media_List_Table and WP_Posts_List_Table.

See #40208.

#6 @SergeyBiryukov
5 years ago

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

In 40310:

Docs: Add description for $mode global in WP_MS_Sites_List_Table and WP_MS_Users_List_Table.

Fixes #40208.

Note: See TracTickets for help on using tickets.