WordPress Version: 4.6
/**
* This was once used to display attachment links. Now it is deprecated and stubbed.
*
* @since 2.0.0
* @deprecated 3.7.0
*
* @param int|bool $id
*/
function the_attachment_links($id = false)
{
_deprecated_function(__FUNCTION__, '3.7.0');
}