Opened 10 years ago
Closed 10 years ago
#32515 closed defect (bug) (fixed)
Don't declare class properties readonly if they're written to later
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description (last modified by )
Introduced in r31127, WP_Post::page_template
is declared read-only, but is written to inside the class. This updates the docblock so my IDE quits yelling at me that I'm writing to a read-only property.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 32729: