[wp-trac] [WordPress Trac] #49280: Improve wording for error message on failed post-processing of uploads
WordPress Trac
noreply at wordpress.org
Thu Feb 6 17:36:19 UTC 2020
#49280: Improve wording for error message on failed post-processing of uploads
-------------------------+-----------------------
Reporter: eclev91 | Owner: antpb
Type: enhancement | Status: assigned
Priority: normal | Milestone: 5.4
Component: Media | Version: 5.3
Severity: normal | Resolution:
Keywords: needs-patch | Focuses:
-------------------------+-----------------------
Comment (by azaozz):
Replying to [comment:8 antpb]:
Yep, lets do it. I like all the suggestions, the more context and
troubleshooting tips - the better :)
Perhaps it can have that text and then a fully translatable and filterable
(text and URL) `*link*Helpful troubleshooting information.*link*` at the
end. That will make it fully customizable by hosting companies/plugins.
Perhaps something like:
{{{
$more_info = '<a href="' . __( 'https://help/link' ) . '">' . __( 'Helpful
troubleshooting information.' ) . '</a>';
$more_info = apply_filters( 'wp_image_upload_fatal_error_help_link',
$more_info );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/49280#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list