jihaisse
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Hello @abhijitnage
Thanks for the video, I don’t understand why this is working on your side, but not on mine.
I will take some time to investigate.
Thanks again
Hello, it’s not resolved.
It’s just I havent had the time to make the video, it’s in my TODO list.
I will make it and send it ASAP.Thanks
Thanks, I’ve opened a ticket
I found the commit responsible for that change : https://github.com/WordPress/WordPress/commit/fd6f50e86f8b8d24301229d268924387eb3e497e#diff-8ec11a2c1f7af3d511a713d290945592
If I go back to version 4.7 the test was :
if ( ! current_user_can( $taxonomy_obj->cap->edit_terms ) )In the current version, in
edit-tags.php:case 'add-tag': check_admin_referer( 'add-tag', '_wpnonce_add-tag' ); if ( ! current_user_can( $tax->cap->edit_terms ) ) { wp_die( '<h1>' . __( 'You need a higher level of permission.' ) . '</h1>' . '<p>' . __( 'Sorry, you are not allowed to create terms in this taxonomy.' ) . '</p>', 403 ); }
Viewing 5 replies - 1 through 5 (of 5 total)