Opened 8 months ago
Closed 8 months ago
#60246 closed defect (bug) (fixed)
Docs: incorrect coment in delete_theme() function
Reported by: | wildworks | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
This comment:
// Get the base plugin folder. $themes_dir = $wp_filesystem->wp_themes_dir();
should be like this:
// Get the base theme folder. $themes_dir = $wp_filesystem->wp_themes_dir();
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Thanks for the ticket and patch!
Self assigning for commit consideration.