Ticket #21092: 21092.typo.patch
| File 21092.typo.patch, 476 bytes (added by , 13 years ago) |
|---|
-
wp-admin/edit-form-advanced.php
26 26 27 27 if ( post_type_supports($post_type, 'editor') || post_type_supports($post_type, 'thumbnail') ) { 28 28 add_thickbox(); 29 wp_enqueue_media( array( 'post' => $post_ id) );29 wp_enqueue_media( array( 'post' => $post_ID ) ); 30 30 } 31 31 32 32 $messages = array();