Ticket #23926: 23926.12.diff
File 23926.12.diff, 469 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/includes/media.php
2466 2466 <?php 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 /** 2472 2472 * Audio and video metadata fields to be shown in the publish meta box.