WordPress.org

Make WordPress Core

Ticket #10042: 10042.patch

File 10042.patch, 451 bytes (added by iytk, 4 years ago)
  • wp-includes/author-template.php

     
    328328 
    329329                if ( !($posts == 0 && $hide_empty) && 'list' == $style ) 
    330330                        $return .= $link . '</li>'; 
    331                 else if ( ! $hide_empty ) 
     331                else if ( !($posts == 0 && $hide_empty) || ! $hide_empty ) 
    332332                        $return .= $link . ', '; 
    333333        } 
    334334