Make WordPress Core

Changeset 37790

Timestamp:
06/21/2016 02:24:58 PM (8 years ago)
Author:
nbachiyski
Message:

Admin: Escape attachment name in case it contains special characters

Merge of [37774] to the 4.1 branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1/src/wp-includes/post-template.php

    r30913 r37790  
    15071507     * @param string|bool $text      If string, will be link text. Default false.
    15081508     */
    1509     return apply_filters( 'wp_get_attachment_link', "<a href='$url'>$link_text</a>", $id, $size, $permalink, $icon, $text );
     1509    return apply_filters( 'wp_get_attachment_link', "<a href=''>$link_text</a>", $id, $size, $permalink, $icon, $text );
    15101510}
    15111511
Note: See TracChangeset for help on using the changeset viewer.