Opened 23 months ago
Closed 23 months ago
#60246 closed defect (bug) (fixed)
Docs: incorrect coment in delete_theme() function
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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.