Opened 3 weeks ago
Last modified 12 minutes ago
#48303 new task (blessed)
Docblock improvements for 5.4
Reported by: | desrosj | Owned by: | |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | docs | Cc: | |
PR Number: |
Attachments (4)
Change History (26)
#2
@
2 weeks ago
wp_enqueue_script
, wp_enqueue_style
, wp_register_script
and wp_register_style
parameter $deps
could be narrowed from array
to string[]
.
#3
@
2 weeks ago
wp_unslash
parameter and return value could be narrowed from string|array
to string|string[]
.
This ticket was mentioned in Slack in #docs by atachibana. View the logs.
6 days ago
@
13 minutes ago
#22
@
12 minutes ago
Attached patch for #48352
Note: See
TracTickets for help on using
tickets.
I didn't know about this tracking ticket for all the small docs issues, so I created a lot of small ones (sorry...)