wp-admin/includes/deprecated.php:715get_others_unpublished_posts() $other_unpubs = ''; } else { $editable = join(',', $editable); $other_unpubs = $wpdb->get_results( $wpdb->prepare("SELECT ID, post_title, post_author FROM $wpdb->posts WHERE post_type = 'post' AND $type_sql AND post_author IN ($editable) AND post_author != %d ORDER BY post_modified $dir", $user_id) ); } return apply_filters('get_others_drafts', $other_unpubs);} /** * Retrieve drafts from other users. * * @deprecated 3.1.0 Use get_posts()Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.