Opened 7 years ago
Closed 7 years ago
#42317 closed defect (bug) (fixed)
Small typo in the PHPdoc description for path_join()
Reported by: | birgire | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | Filesystem API | Keywords: | good-first-bug has-patch commit |
Focuses: | docs | Cc: |
Description
It looks like:
* Test if a give filesystem path is absolute.
should be:
* Test if a given filesystem path is absolute.
in the PHPdoc description for the path_join()
function,
Source:
https://core.trac.wordpress.org/browser/tags/4.8/src/wp-includes/functions.php#L1644
It could be a good-first-bug
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Looks like a great first bug to me!