Ticket #18600: 18600.patch
File 18600.patch, 419 bytes (added by , 14 years ago) |
---|
-
wp-includes/author-template.php
385 385 wp_cache_set('is_multi_author', $is_multi_author, 'posts'); 386 386 } 387 387 388 return (bool) $is_multi_author;388 return apply_filters( 'is_multi_author', (bool) $is_multi_author ); 389 389 } 390 390 391 391 /**