the_attachment_links

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

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');
}

WordPress Version: 4.4

/**
 * 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');
}

WordPress Version: 4.1

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

WordPress Version: 3.7

/**
 * This was once used to display attachment links. Now it is deprecated and stubbed.
 *
 * {@internal Missing Short Description}}
 *
 * @since 2.0.0
 * @deprecated 3.7.0
 *
 * @param unknown_type $id
 * @return unknown
 */
function the_attachment_links($id = false)
{
    _deprecated_function(__FUNCTION__, '3.7');
}