Make WordPress Core

Opened 8 years ago

Closed 7 years ago

Last modified 6 years ago

#38732 closed enhancement (fixed)

Document WP_Roles->role_objects as an array of WP_Role objects

Reported by: jdgrimes's profile jdgrimes Owned by: johnbillion's profile johnbillion
Milestone: 5.1 Priority: normal
Severity: normal Version: 4.7
Component: Role/Capability Keywords: has-patch
Focuses: docs Cc:

Description

Currently the $role_objects property of the WP_Roles class is just documented as an array. It ought to be documented as an array of WP_Role objects instead: WP_Role[].

Attachments (1)

38732.diff (364 bytes) - added by stevenlinx 7 years ago.

Download all attachments as: .zip

Change History (6)

@stevenlinx
7 years ago

#1 @stevenlinx
7 years ago

  • Keywords has-patch added

#2 @johnbillion
7 years ago

Thanks for the patch. This is effectively blocked by #41756 as the docs parser hasn't been tested with this format yet. If everything works okay and nothing explodes, we can go ahead and start implementing this known array type format for docs.

#3 @johnbillion
7 years ago

  • Milestone changed from Awaiting Review to 5.0
  • Owner set to johnbillion
  • Status changed from new to reviewing

#4 @johnbillion
7 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 42870:

Docs: Document WP_Roles properties with typed array notation.

Props stevenlinx

Fixes #38732
See #41756

#5 @johnbillion
6 years ago

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