Ticket #18716: 18716.2.patch
| File 18716.2.patch, 521 bytes (added by , 15 years ago) |
|---|
-
wp-admin/edit-tags.php
9 9 /** WordPress Administration Bootstrap */ 10 10 require_once('./admin.php'); 11 11 $tax = get_taxonomy( $taxnow ); 12 if ( !$tax ) 13 wp_die( __( 'You attempted to edit an item that doesn’t exist. Perhaps it was deleted?' ) ); 12 14 if ( !current_user_can( $tax->cap->manage_terms ) ) 13 15 wp_die( __( 'Cheatin’ uh?' ) ); 14 16
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)