Changeset 28139
- Timestamp:
- 04/15/2014 11:59:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r28128 r28139 2694 2694 2695 2695 $audio = $video = 0; 2696 $counts = wp_count_attachments();2696 $counts = (array) wp_count_attachments(); 2697 2697 foreach ( $counts as $mime => $total ) { 2698 2698 if ( 0 === strpos( $mime, 'audio/' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.