Changeset 29752 for trunk/src/wp-includes/post.php
- Timestamp:
- 09/21/2014 08:54:37 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r29745 r29752 1162 1162 * @global array $wp_post_types List of post types. 1163 1163 * 1164 * @see register_post_type() 1164 * @see register_post_type() for accepted arguments. 1165 1165 * 1166 1166 * @param array|string $args Optional. An array of key => value arguments to match against … … 1168 1168 * @param string $output Optional. The type of output to return. Accepts post type 'names' 1169 1169 * or 'objects'. Default 'names'. 1170 * @param string $operator Opt aionl. The logical operation to perform. 'or' means only one1170 * @param string $operator Optional. The logical operation to perform. 'or' means only one 1171 1171 * element from the array needs to match; 'and' means all elements 1172 * must match. Default 'and'.1172 * must match. Accepts 'or' or 'and'. Default 'and'. 1173 1173 * @return array A list of post type names or objects. 1174 1174 */
Note: See TracChangeset
for help on using the changeset viewer.