Changeset 35170 for trunk/src/wp-includes/post-functions.php
- Timestamp:
- 10/14/2015 11:43:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-functions.php
r34935 r35170 2092 2092 * @since 2.5.0 2093 2093 * 2094 * @global wpdb $wpdb 2094 * @global wpdb $wpdb WordPress database abstraction object. 2095 2095 * 2096 2096 * @param string $type Optional. Post type to retrieve count. Default 'post'. … … 2157 2157 * @since 2.5.0 2158 2158 * 2159 * @global wpdb $wpdb 2159 * @global wpdb $wpdb WordPress database abstraction object. 2160 2160 * 2161 2161 * @param string|array $mime_type Optional. Array or comma-separated list of … … 2644 2644 * @since 2.9.0 2645 2645 * 2646 * @global wpdb $wpdb 2646 * @global wpdb $wpdb WordPress database abstraction object. 2647 2647 * 2648 2648 * @param int|WP_Post|null $post Optional. Post ID or post object. Defaults to global $post. … … 5201 5201 * 5202 5202 * @see get_private_posts_cap_sql() 5203 * 5204 * @global wpdb $wpdb 5203 * @global wpdb $wpdb WordPress database abstraction object. 5205 5204 * 5206 5205 * @param array|string $post_type Single post type or an array of post types. … … 5368 5367 * @access private 5369 5368 * 5370 * @global wpdb $wpdb 5371 * 5372 * @param string $timezone The timezone for the timestamp. See {@see get_lastpostdate()}5369 * @global wpdb $wpdb WordPress database abstraction object. 5370 * 5371 * @param string $timezone The timezone for the timestamp. See get_lastpostdate(). 5373 5372 * for information on accepted values. 5374 5373 * @param string $field Post field to check. Accepts 'date' or 'modified'. … … 5843 5842 * @see update_post_caches() 5844 5843 * 5845 * @global wpdb $wpdb 5846 * 5847 * @param array $ids ID list 5844 * @global wpdb $wpdb WordPress database abstraction object. 5845 * 5846 * @param array $ids ID list. 5848 5847 * @param bool $update_term_cache Optional. Whether to update the term cache. Default true. 5849 5848 * @param bool $update_meta_cache Optional. Whether to update the meta cache. Default true.
Note: See TracChangeset
for help on using the changeset viewer.