_edit_attachments_query_helper

The timeline below displays how wordpress function _edit_attachments_query_helper has changed across different WordPress versions. If a version is not listed, refer to the next available version below.

WordPress Version: 3.7

function _edit_attachments_query_helper($where)
{
    global $wpdb;
    return $where .= " AND {$wpdb->posts}.post_parent < 1";
}