﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
18825,Back compat issues in delete(d)_postmeta actions,duck_,duck_,"I was looking at #18823 and noticed some backwards compatibility issues with the delete(d)_postmeta actions in 3.3.

See [18500] and #18196 for what looks like accidental backwards incompatibility.

* The deleted_postmeta action disappeared (see delete_metadata_by_mid); this was probably a copy and paste error.
* delete_meta( $mid ) will now run the delete_postmeta action with the post ID ($object_id) instead of the $mid.

Patch attached fixes these up to be backwards compatible with s/$object_id/$meta_id/ and adding the missing 'd'.",defect (bug),closed,normal,3.3,General,3.3,normal,fixed,has-patch,
