Changeset 30674 for trunk/src/wp-includes/meta.php
- Timestamp:
- 11/30/2014 11:23:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r30655 r30674 1540 1540 * @since 3.1.3 1541 1541 * 1542 * @param string $meta_key Meta key 1542 * @param string $meta_key Meta key 1543 * @param string|null $meta_type 1543 1544 * @return bool True if the key is protected, false otherwise. 1544 1545 */ … … 1596 1597 * @param string|array $sanitize_callback A function or method to call when sanitizing the value of $meta_key. 1597 1598 * @param string|array $auth_callback Optional. A function or method to call when performing edit_post_meta, add_post_meta, and delete_post_meta capability checks. 1598 * @param array $args Arguments1599 1599 */ 1600 1600 function register_meta( $meta_type, $meta_key, $sanitize_callback, $auth_callback = null ) {
Note: See TracChangeset
for help on using the changeset viewer.