The metatag_metatags_delete_multiple() function checks to see if any records exist before deleting them. This verification is unnecessary.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | metatag-n2514572-1.patch | 3.01 KB | damienmckenna |
The metatag_metatags_delete_multiple() function checks to see if any records exist before deleting them. This verification is unnecessary.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | metatag-n2514572-1.patch | 3.01 KB | damienmckenna |
Comments
Comment #1
damienmckennaComment #2
damienmckennaThis should work - it removes the initial query, and then updates the deletion query to work off the revision IDs if they're passed in.
Comment #3
damienmckennaComment #4
damienmckennaCommitted.