[wp-trac] [WordPress Trac] #35191: Remove title attributes: the Tools > Import screen
WordPress Trac
noreply at wordpress.org
Tue Jul 12 20:32:19 UTC 2016
#35191: Remove title attributes: the Tools > Import screen
---------------------------------------+--------------------------------
Reporter: afercia | Owner: afercia
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 4.6
Component: Import | Version: 4.4
Severity: normal | Resolution:
Keywords: has-screenshots has-patch | Focuses: ui, accessibility
---------------------------------------+--------------------------------
Comment (by afercia):
Replying to [comment:40 ocean90]:
> @afercia I can't reproduce the "Cheatin’ uh?" message. Maybe try again
with [attachment:35191.12.diff]?
Seems my VVV admin user doesn't have the `manage_links` cap (not sure why)
so this check in the `OPML_Import` plugin's class is triggering a `die()`
with the "Cheatin' uh?" message
{{{
if ( !current_user_can('manage_links') )
wp_die(__('Cheatin’ uh?', 'opml-importer'));
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35191#comment:41>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list