Ticket #30904: 30904.diff
File 30904.diff, 398 bytes (added by , 10 years ago) |
---|
-
wp-includes/author-template.php
197 197 if ( ! $post ) { 198 198 return 0; 199 199 } 200 return count_user_posts( $post->post_author );200 return count_user_posts( $post->post_author, $post->post_type ); 201 201 } 202 202 203 203 /**