[wp-trac] [WordPress Trac] #18496: Quick edit loses custom colums and custom order - looks bad
WordPress Trac
noreply at wordpress.org
Wed Dec 31 12:49:57 UTC 2014
#18496: Quick edit loses custom colums and custom order - looks bad
-----------------------------+-----------------------------
Reporter: anmari | Owner:
Type: feature request | Status: closed
Priority: normal | Milestone:
Component: Quick/Bulk Edit | Version: 3.2.1
Severity: minor | Resolution: wontfix
Keywords: | Focuses: administration
-----------------------------+-----------------------------
Comment (by tivnet):
'''Possible case'''
If your code that adds custom columns is within
`if ( is_admin() && ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) )`
then all custom columns values will disappear after quick edit, because it
uses AJAX.
all `manage_..._column(s)` filters should be placed within `if (
is_admin() )` only
--
Ticket URL: <https://core.trac.wordpress.org/ticket/18496#comment:11>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list