Changeset 25727 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 10/08/2013 03:31:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r25608 r25727 2467 2467 endif; 2468 2468 2469 if ( preg_match( '#^ audio|video#', $post->post_mime_type ) ):2469 if ( preg_match( '#^(audio|video)#', $post->post_mime_type ) ): 2470 2470 2471 2471 /**
Note: See TracChangeset
for help on using the changeset viewer.