Index: Preprocessor_Hash.php =================================================================== --- Preprocessor_Hash.php (revision 60039) +++ Preprocessor_Hash.php (working copy) @@ -822,7 +822,7 @@ function newChild( $args = false, $title = false ) { $namedArgs = array(); $numberedArgs = array(); - if ( $title === false ) { + if ( !$title ) { $title = $this->title; } if ( $args !== false ) { Index: Preprocessor_DOM.php =================================================================== --- Preprocessor_DOM.php (revision 60039) +++ Preprocessor_DOM.php (working copy) @@ -840,7 +840,7 @@ function newChild( $args = false, $title = false ) { $namedArgs = array(); $numberedArgs = array(); - if ( $title === false ) { + if ( !$title ) { $title = $this->title; } if ( $args !== false ) {