Changeset 435469
- Timestamp:
- 09/08/2011 10:49:03 PM (15 years ago)
- File:
-
- 1 edited
-
sexybookmarks/trunk/sexy-bookmarks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sexybookmarks/trunk/sexy-bookmarks.php
r435467 r435469 487 487 488 488 // 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'] )) { 490 490 if ( current_user_can( 'edit_post', $post_id ) ) { 491 491 if ( isset( $_POST['hide_sexy'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.