Opened 3 weeks ago
Last modified 12 minutes ago
#48303 new task (blessed)
Docblock improvements for 5.4
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | docs | Cc: | |
PR Number: |
Commits (17)
- [46591] Docs: Improve formatting of various
WP_Screen
DocBlocks.… by @SergeyBiryukov 9 days ago - [46594] Docs: Miscellaneous docblock fixes and improvements.… by @johnbillion 8 days ago
- [46595] Docs: Switch to typed array notation for the docs for asset dependency functions.… by @johnbillion 8 days ago
- [46596] Docs: Switch more docs over to typed array notation, plus some fixes.… by @johnbillion 8 days ago
- [46597] Docs: Update the docs for the error parameter that gets passed around during filesystem credential collection.… by @johnbillion 8 days ago
- [46598] Docs: Add missing docs for the
auth_cookie_bad_session_token
action.… by @johnbillion 8 days ago - [46599] Docs: Correct and improve inline docs for the file type functions.… by @johnbillion 8 days ago
- [46600] Docs: Improve DocBlock formatting in
WP_Block_Styles_Registry
per the documentation standards.… by @SergeyBiryukov 7 days ago - [46603] Docs: Correct invalid hook docblocks.… by @johnbillion 7 days ago
- [46604] Docs: Correct invalid hook docblock placement.… by @johnbillion 7 days ago
- [46607] Docs: Restore correct placement for duplicate hook reference in
render_block_core_latest_comments()
.… by @SergeyBiryukov 6 days ago - [46608] Docs: Remove some funky nested filters.… by @johnbillion 6 days ago
- [46609] Docs: Coding standards fix after [46608].… by @johnbillion 6 days ago
- [46610] Docs: Miscellaneous docblock corrections.… by @johnbillion 6 days ago
- [46623] Docs: Correct some incorrect docblock tags.… by @johnbillion 3 days ago
- [46624] Docs: Correct some more invalid inline docs.… by @johnbillion 3 days ago
- [46630] Docs: Correct
@see
references for PHP 4 constructors inwp-includes/class-json.php
.… by @SergeyBiryukov 22 hours ago
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...)