Opened 11 years ago
Closed 11 years ago
#21796 closed enhancement (fixed)
Don't show paths in wp_upload_dir()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Upload | Keywords: | |
Focuses: | Cc: |
Description
wp_upload_dir() unnecessarily shows the full path to an upload directory in case it can't create it. We shouldn't even bother showing the path at all — an error of "Error uploading file. Is the uploads directory writeable by the server?" should be sufficient.
Change History (5)
Note: See
TracTickets for help on using
tickets.
In [21757]: