Make WordPress Core


Ignore:
Timestamp:
10/22/2013 05:21:32 PM (11 years ago)
Author:
nacin
Message:

Spell out duplicate hook locations.

props DrewAPicture.
fixes #25658.

File:
1 edited

Legend:

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

    r25744 r25868  
    17451745    if ( $meta && 'image' === $type ) {
    17461746        $sizes = array();
     1747        /** This filter is documented in wp-admin/includes/media.php */
    17471748        $possible_sizes = apply_filters( 'image_size_names_choose', array(
    17481749            'thumbnail' => __('Thumbnail'),
Note: See TracChangeset for help on using the changeset viewer.