Make WordPress Core


Ignore:
Timestamp:
11/14/2020 04:33:52 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements.

See #50768

File:
1 edited

Legend:

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

    r49566 r49597  
    19121912        // No thumb, no image. We'll look for a mime-related icon instead.
    19131913
     1914        /** This filter is documented in wp-includes/post.php */
    19141915        $icon_dir = apply_filters( 'icon_dir', get_template_directory() . '/images' );
    19151916        $src_file = $icon_dir . '/' . wp_basename($src);
Note: See TracChangeset for help on using the changeset viewer.