Make WordPress Core


Ignore:
Timestamp:
05/03/2012 04:41:59 PM (13 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-xmlrpc-server.php

    r20714 r20715  
    32763276        if ( ! $post_data )
    32773277            return new IXR_Error( 404, __( 'Invalid post ID.' ) );
    3278            
     3278
    32793279        if ( !current_user_can( 'edit_post', $post_ID ) )
    32803280            return new IXR_Error( 401, __( 'Sorry, you cannot edit this post.' ) );
Note: See TracChangeset for help on using the changeset viewer.