[wp-trac] [WordPress Trac] #24688: Memory exhaustion caused by very many unattached media
WordPress Trac
noreply at wordpress.org
Mon May 26 21:12:16 UTC 2014
#24688: Memory exhaustion caused by very many unattached media
---------------------------------+-----------------------------
Reporter: andy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Media | Version: 2.5
Severity: normal | Resolution:
Keywords: has-patch 3.7-early | Focuses:
---------------------------------+-----------------------------
Comment (by kitchin):
About the patch
`return "$where AND (...`
should be
`return "( $where ) AND (...`
There are operators that bind less tightly, like `OR`.
Is that what you meant by testing? :)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/24688#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list