Make WordPress Core

Changeset 2091


Ignore:
Timestamp:
01/14/2005 11:01:21 PM (19 years ago)
Author:
rboren
Message:

Fix call to join. Bug 658. Hat tip: morganiq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-post.php

    r2068 r2091  
    354354
    355355    if($depth)
    356         $indent = join(array_fill(0,$depth,"\t"));
     356        $indent = join('', array_fill(0,$depth,"\t"));
    357357
    358358    foreach($page_tree[$parent]['children'] as $page_id) {
Note: See TracChangeset for help on using the changeset viewer.