Make WordPress Core


Ignore:
Timestamp:
03/28/2009 08:21:43 AM (17 years ago)
Author:
azaozz
Message:

Fix highlighting of the whole page while dragging a sortable in WebKit, ajax tag cloud for non-admin users

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r10847 r10849  
    565565        break;
    566566case 'get-tagcloud' :
    567         if ( !current_user_can( 'manage_categories' ) )
     567        if ( !current_user_can( 'edit_posts' ) )
    568568                die('-1');
    569569
Note: See TracChangeset for help on using the changeset viewer.