Ticket #27951: 27951.diff
| File 27951.diff, 424 bytes (added by , 12 years ago) |
|---|
-
edit.php
15 15 $post_type = $typenow; 16 16 $post_type_object = get_post_type_object( $post_type ); 17 17 18 if ( 'attachment' == $post_type ) { 19 if ( wp_redirect( admin_url( 'upload.php' ) ) ) { 20 exit; 21 } 22 } 23 18 24 if ( ! $post_type_object ) 19 25 wp_die( __( 'Invalid post type' ) ); 20 26
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)