Changeset 27262 for trunk/src/wp-includes/post.php
- Timestamp:
- 02/25/2014 05:13:08 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r27191 r27262 877 877 * Arguments prefixed with an _underscore shouldn't be used by plugins and themes. 878 878 * 879 * @package WordPress880 * @subpackage Post881 879 * @since 3.0.0 882 880 * @uses $wp_post_statuses Inserts new post status object into the list … … 952 950 * Retrieve a post status object by name 953 951 * 954 * @package WordPress955 * @subpackage Post956 952 * @since 3.0.0 957 953 * @uses $wp_post_statuses … … 974 970 * Get a list of all registered post status objects. 975 971 * 976 * @package WordPress977 * @subpackage Post978 972 * @since 3.0.0 979 973 * @uses $wp_post_statuses … … 1045 1039 * Retrieve a post type object by name 1046 1040 * 1047 * @package WordPress1048 * @subpackage Post1049 1041 * @since 3.0.0 1050 1042 * @uses $wp_post_types … … 1067 1059 * Get a list of all registered post type objects. 1068 1060 * 1069 * @package WordPress1070 * @subpackage Post1071 1061 * @since 2.9.0 1072 1062 * @uses $wp_post_types … … 2602 2592 * {@link wp_get_object_terms()}. 2603 2593 * 2604 * @package WordPress2605 * @subpackage Post2606 2594 * @since 2.3.0 2607 2595 * … … 2623 2611 * {@link wp_get_object_terms()}. 2624 2612 * 2625 * @package WordPress2626 * @subpackage Post2627 2613 * @since 2.8.0 2628 2614 * … … 3216 3202 * @uses wp_set_post_tags() Same first two parameters, but the last parameter is always set to true. 3217 3203 * 3218 * @package WordPress3219 * @subpackage Post3220 3204 * @since 2.3.0 3221 3205 * … … 4717 4701 * Updates posts in cache. 4718 4702 * 4719 * @package WordPress4720 * @subpackage Cache4721 4703 * @since 1.5.1 4722 4704 * … … 4740 4722 * wp_suspend_cache_invalidation(). 4741 4723 * 4742 * @package WordPress4743 * @subpackage Cache4744 4724 * @since 2.0.0 4745 4725 * … … 4781 4761 * Call major cache updating functions for list of Post objects. 4782 4762 * 4783 * @package WordPress4784 * @subpackage Cache4785 4763 * @since 1.5.0 4786 4764 * … … 4835 4813 * function, do not need to perform SQL queries on their own. 4836 4814 * 4837 * @package WordPress4838 * @subpackage Cache4839 4815 * @since 2.1.0 4840 4816 * … … 4855 4831 * wp_suspend_cache_invalidation(). 4856 4832 * 4857 * @package WordPress4858 * @subpackage Cache4859 4833 * @since 3.0.0 4860 4834 *
Note: See TracChangeset
for help on using the changeset viewer.