Plugin Directory

Changeset 435469


Ignore:
Timestamp:
09/08/2011 10:49:03 PM (15 years ago)
Author:
freerobby
Message:

update fix for the quick edit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sexybookmarks/trunk/sexy-bookmarks.php

    r435467 r435469  
    487487
    488488    // Record sharing disable
    489     if (isset($_POST['post_type']) && ('post' == $_POST['post_type'] || 'page' == $_POST['post_type'] )) {
     489    if (isset($_POST['post_type']) && !isset($_POST['_inline_edit']) && ('post' == $_POST['post_type'] || 'page' == $_POST['post_type'] )) {
    490490        if ( current_user_can( 'edit_post', $post_id ) ) {
    491491            if ( isset( $_POST['hide_sexy'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.