Changeset 49692 for trunk/src/wp-includes/post.php
- Timestamp:
- 11/24/2020 09:20:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r49673 r49692 2744 2744 * @since 3.7.0 2745 2745 * 2746 * @param object $counts An object containing the attachment counts by 2747 * mime type. 2748 * @param string $mime_type The mime type pattern used to filter the attachments 2749 * counted. 2746 * @param object $counts An object containing the attachment counts by 2747 * mime type. 2748 * @param string|string[] $mime_type Array or comma-separated list of MIME patterns. 2750 2749 */ 2751 2750 return apply_filters( 'wp_count_attachments', (object) $counts, $mime_type );
Note: See TracChangeset
for help on using the changeset viewer.