Make WordPress Core


Ignore:
Timestamp:
09/08/2015 10:16:57 PM (9 years ago)
Author:
wonderboymusic
Message:

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

Props dimadin.
See #33413.

File:
1 edited

Legend:

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

    r33844 r33954  
    707707
    708708        if ( $icon && $src = wp_mime_type_icon( $attachment_id ) ) {
    709             /** This filter is documented in wp-includes/post.php */
     709            /** This filter is documented in wp-includes/post-functions.php */
    710710            $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/media' );
    711711
Note: See TracChangeset for help on using the changeset viewer.