Changeset 45064 for trunk/src/wp-includes/meta.php
- Timestamp:
- 03/28/2019 09:58:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r45036 r45064 813 813 // Fetch the meta and go on if it's found. 814 814 if ( $meta = get_metadata_by_mid( $meta_type, $meta_id ) ) { 815 $object_id = $meta->{$column};815 $object_id = (int) $meta->{$column}; 816 816 817 817 /** This action is documented in wp-includes/meta.php */
Note: See TracChangeset
for help on using the changeset viewer.