Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#40945 closed enhancement (fixed)

Parameter type correction in user.php

Reported by: sebastian.pisula Owned by: SergeyBiryukov
Priority: normal Milestone: 4.9
Component: Users Version:
Severity: normal Keywords: has-patch
Cc: Focuses: docs

Description

Patch change parametr type in wp-includes/user.php file. For example change object to WP_User

Attachments (1)

40945.patch (2.8 KB ) - added by sebastian.pisula 9 years ago.

Download all attachments as: .zip

Change History (5)

#1 @sebastian.pisula
9 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
9 years ago

  • Focuses docs added
  • Milestone Awaiting Review4.8.1
  • Owner set to SergeyBiryukov
  • Status newreviewing

#3 @SergeyBiryukov
9 years ago

  • Milestone 4.8.14.9

#4 @DrewAPicture
9 years ago

  • Resolutionfixed
  • Status reviewingclosed

In 41272:

Docs: Document user object parameters for a variety of functions in wp-includes/user.php as WP_User type instead of the more generic object type.

Props sebastianpisula.
Fixes #40945.

Note: See TracTickets for help on using tickets.