Changeset 13827 for trunk/wp-includes/post.php
- Timestamp:
- 03/26/2010 07:13:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r13802 r13827 530 530 * @package WordPress 531 531 * @subpackage Post 532 * @since 3.0 532 * @since 3.0.0 533 533 * @uses $wp_post_statuses Inserts new post status object into the list 534 534 * … … 596 596 * @package WordPress 597 597 * @subpackage Post 598 * @since 3.0 598 * @since 3.0.0 599 599 * @uses $wp_post_statuses 600 600 * @see register_post_status … … 618 618 * @package WordPress 619 619 * @subpackage Post 620 * @since 3.0 620 * @since 3.0.0 621 621 * @uses $wp_post_statuses 622 622 * @see register_post_status … … 691 691 * @package WordPress 692 692 * @subpackage Post 693 * @since 3.0 693 * @since 3.0.0 694 694 * @uses $wp_post_types 695 695 * @see register_post_type … … 879 879 * Register support of certain features for a post type. 880 880 * 881 * @since 3.0 881 * @since 3.0.0 882 882 * @param string $post_type The post type for which to add the feature 883 883 * @param string|array $feature the feature being added, can be an array of feature strings or a single string … … 898 898 * Remove support for a feature from a post type. 899 899 * 900 * @since 3.0 900 * @since 3.0.0 901 901 * @param string $post_type The post type for which to remove the feature 902 902 * @param string $feature The feature being removed … … 915 915 * Checks a post type's support for a given feature 916 916 * 917 * @since 3.0 917 * @since 3.0.0 918 918 * @param string $post_type The post type being checked 919 919 * @param string $feature the feature being checked … … 4007 4007 * @package WordPress 4008 4008 * @subpackage Cache 4009 * @since 3.0 4009 * @since 3.0.0 4010 4010 * 4011 4011 * @uses do_action() Calls 'clean_attachment_cache' on $id.
Note: See TracChangeset
for help on using the changeset viewer.