Changeset 46660 for trunk/src/wp-includes/meta.php
- Timestamp:
- 11/05/2019 09:21:46 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/meta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r46596 r46660 1318 1318 * @param string $object_type The type of object. Post, comment, user, term. 1319 1319 * @param string $object_subtype Optional. The subtype of the object type. 1320 * @return arrayList of registered meta keys.1320 * @return string[] List of registered meta keys. 1321 1321 */ 1322 1322 function get_registered_meta_keys( $object_type, $object_subtype = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.