PMA\libraries\DisplayResults::_getPlacedLinks PHP Method

    private function _getPlacedLinks($dir, $del_url, $displayParts, $row_no, $where_clause, $where_clause_html, $condition_array, $edit_url, $copy_url, $edit_anchor_class, $edit_str, $copy_str, $del_str, $js_conf)
    {
        if (!isset($js_conf)) {
            $js_conf = '';
        }
        return $this->_getCheckboxAndLinks($dir, $del_url, $displayParts, $row_no, $where_clause, $where_clause_html, $condition_array, $edit_url, $copy_url, $edit_anchor_class, $edit_str, $copy_str, $del_str, $js_conf);
    }
DisplayResults