Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#39606 closed defect (bug) (duplicate)

Missing @access in class-automatic-upgrader-skin.php

Reported by: mitraval192 Owned by:
Priority: normal Milestone:
Component: Upgrade/Install Version: 4.8
Severity: normal Keywords:
Cc: Focuses: docs

Description

Missing DocBlock @access in below funtion:
public function feedback( $data ) in
wp-admin/includes/class-automatic-upgrader-skin.php

Attachments (2)

39606.1 (423 bytes ) - added by mitraval192 10 years ago.
@access public added
39606.patch (422 bytes ) - added by mitraval192 10 years ago.

Download all attachments as: .zip

Change History (5)

@mitraval192
10 years ago

@access public added

@mitraval192
10 years ago

#1 @Soean
10 years ago

  • Resolutionduplicate
  • Status newclosed

Hey @mitraval192,
there is already a ticket for the docBlocks of this class. Please update the Patch in #39593

Last edited 10 years ago by Soean (previous) (diff)

#2 @SergeyBiryukov
10 years ago

  • Component GeneralUpgrade/Install
  • Milestone Awaiting Review

#3 @mitraval192
10 years ago

Hey @Soean thank you.

I have submitted my patch on #39593 ticket.

Note: See TracTickets for help on using tickets.