Changeset 18835 for trunk/wp-includes/meta.php
- Timestamp:
- 09/30/2011 03:19:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/meta.php
r18825 r18835 487 487 488 488 if ( 'post' == $meta_type ) 489 do_action( 'delete_postmeta', $ object_id );489 do_action( 'delete_postmeta', $meta_id ); 490 490 491 491 // Run the query, will return true if deleted, false otherwise … … 498 498 499 499 if ( 'post' == $meta_type ) 500 do_action( 'delete _postmeta', $object_id );500 do_action( 'deleted_postmeta', $meta_id ); 501 501 502 502 return $result;
Note: See TracChangeset
for help on using the changeset viewer.