#47861 closed defect (bug) (fixed)
PHPDoc correction for get_last_updated in wp-includes/ms-blogs.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Networks and Sites | Keywords: | has-patch |
Focuses: | docs, multisite | Cc: | |
PR Number: |
Description
Enhanced missing information of Codex for get_last_updated in wp-includes/ms-blogs.php
- $start parameter
- Changelog
Codex: https://codex.wordpress.org/Function_Reference/get_last_updated
Code Reference: https://developer.wordpress.org/reference/functions/get_last_updated/
This is the action of inline docs and Codex migration initiatives.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Thanks for the patch!
For reference,
@since MU (3.0.0)
is not the same as@since 3.0.0
, it's used for functions that actually come from the MU codebase. The difference is specifically mentioned in ticket:16702:1.get_last_updated()
was introduced in https://mu.trac.wordpress.org/changeset/79.