Changeset 32568 for trunk/src/wp-includes/category.php
- Timestamp:
- 05/24/2015 05:39:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category.php
r32532 r32568 100 100 * @param bool $full_match Optional. Whether full path should be matched. 101 101 * @param string $output Optional. Constant OBJECT, ARRAY_A, or ARRAY_N 102 * @return null|object|array|WP_Error Null on failure.Type is based on $output value.102 * @return object|array|WP_Error|void Type is based on $output value. 103 103 */ 104 104 function get_category_by_path( $category_path, $full_match = true, $output = OBJECT ) {
Note: See TracChangeset
for help on using the changeset viewer.