Opened 2 years ago
Closed 2 years ago
#60246 closed defect (bug) (fixed)
Docs: incorrect coment in delete_theme() function
| Reported by: | wildworks | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.5 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | docs |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for the ticket and patch!
Self assigning for commit consideration.