Make WordPress Core

Ticket #18600: 18600.patch

File 18600.patch, 419 bytes (added by Viper007Bond, 14 years ago)
  • wp-includes/author-template.php

     
    385385                wp_cache_set('is_multi_author', $is_multi_author, 'posts');
    386386        }
    387387
    388         return (bool) $is_multi_author;
     388        return apply_filters( 'is_multi_author', (bool) $is_multi_author );
    389389}
    390390
    391391/**