Changeset 48590 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/23/2020 09:09:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r48578 r48590 1003 1003 * @global array $wp_post_statuses Inserts new post status object into the list 1004 1004 * 1005 * @param string $post_status Name of the post status.1005 * @param string $post_status Name of the post status. 1006 1006 * @param array|string $args { 1007 1007 * Optional. Array or string of post status arguments. … … 1297 1297 * @global array $wp_post_types List of post types. 1298 1298 * 1299 * @param string $post_type Post type key. Must not exceed 20 characters and may1300 * only contain lowercase alphanumeric characters, dashes,1301 * and underscores. See sanitize_key().1299 * @param string $post_type Post type key. Must not exceed 20 characters and may 1300 * only contain lowercase alphanumeric characters, dashes, 1301 * and underscores. See sanitize_key(). 1302 1302 * @param array|string $args { 1303 1303 * Array or string of arguments for registering a post type. … … 4965 4965 * 4966 4966 * @param int|WP_Post $post_id Post Object or ID 4967 * @ param string[]List of URLs yet to ping.4967 * @return string[]|false List of URLs yet to ping. 4968 4968 */ 4969 4969 function get_to_ping( $post_id ) {
Note: See TracChangeset
for help on using the changeset viewer.