Ticket #10042: 10042.patch
| File 10042.patch, 451 bytes (added by iytk, 4 years ago) |
|---|
-
wp-includes/author-template.php
328 328 329 329 if ( !($posts == 0 && $hide_empty) && 'list' == $style ) 330 330 $return .= $link . '</li>'; 331 else if ( ! $hide_empty )331 else if ( !($posts == 0 && $hide_empty) || ! $hide_empty ) 332 332 $return .= $link . ', '; 333 333 } 334 334