Changeset 27807 for trunk/src/wp-includes/post.php
- Timestamp:
- 03/28/2014 05:42:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r27767 r27807 2162 2162 * 2163 2163 * @param string|array $mime_type Optional. Array or comma-separated list of MIME patterns. 2164 * @return array Number of posts for eachmime type.2164 * @return object An object containing the attachment counts by mime type. 2165 2165 */ 2166 2166 function wp_count_attachments( $mime_type = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.