[wp-trac] [WordPress Trac] #15336: AJAX plugin pagination issues
WordPress Trac
wp-trac at lists.automattic.com
Mon Nov 8 08:19:20 UTC 2010
#15336: AJAX plugin pagination issues
----------------------------+-----------------------------------------------
Reporter: johnbillion | Owner: scribu
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.1
Component: Administration | Version: 3.1
Severity: blocker | Keywords:
----------------------------+-----------------------------------------------
Changes (by westi):
* cc: westi (added)
Comment:
This is caused by the way the current_screen object is being re-
incarnated.
Currently we trust whatever we receive in the GET request which is always
going to be string data.
I've added the casts for now two force the two bools to be bools.
However, I'm not convinced this is the best solution for passing this data
back from the JavaScript as it is now we blindly trust the data we
receive.
Is any of it used in subsequent output?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15336#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list