Ticket #18329: update_gallery_tab.diff
File update_gallery_tab.diff, 364 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/media.php
40 40 return $tabs; 41 41 } 42 42 43 if ( !isset($tabs['gallery']) ) { 44 return $tabs; 45 }; 46 43 47 $post_id = intval($_REQUEST['post_id']); 44 48 45 49 if ( $post_id )