Ticket #20205: post.php.patch
File post.php.patch, 614 bytes (added by , 13 years ago) |
---|
-
post.php
4037 4037 $icon_files = wp_cache_get('icon_files'); 4038 4038 4039 4039 if ( !is_array($icon_files) ) { 4040 $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/crystal' );4040 $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/crystal', $post_id ); 4041 4041 $icon_dir_uri = apply_filters( 'icon_dir_uri', includes_url('images/crystal') ); 4042 4042 $dirs = apply_filters( 'icon_dirs', array($icon_dir => $icon_dir_uri) ); 4043 4043 $icon_files = array();