Make WordPress Core


Ignore:
Timestamp:
10/20/2020 02:27:39 AM (4 years ago)
Author:
antpb
Message:

Media: Allow hiding of ‘View attachment page’ link in media modal.
If an empty string is supplied to the attachment_link filter the ‘View attachment page’ link will be hidden in the media modal.
Props limera1n, garrett-eclipse, joemcgill, Mista-Flo, hellofromTonya.
Fixes #48325.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/link-template.php

    r49108 r49222  
    453453     *
    454454     * @since 2.0.0
     455     * @since 5.6.0 Providing an empty string will now disable
     456     *              the view attachment page link on the media modal.
    455457     *
    456458     * @param string $link    The attachment's permalink.
Note: See TracChangeset for help on using the changeset viewer.