Make WordPress Core


Ignore:
Timestamp:
11/22/2015 03:50:32 AM (9 years ago)
Author:
SergeyBiryukov
Message:

After [35718], update the location of some files in This filter is documented in docs.

Partially reverts [33954].

Fixes #33413.

File:
1 edited

Legend:

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

    r35716 r35725  
    756756
    757757        if ( $icon && $src = wp_mime_type_icon( $attachment_id ) ) {
    758             /** This filter is documented in wp-includes/post-functions.php */
     758            /** This filter is documented in wp-includes/post.php */
    759759            $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/media' );
    760760
Note: See TracChangeset for help on using the changeset viewer.