Ticket #2277: template-functions.php.patch
File template-functions.php.patch, 537 bytes (added by , 12 years ago) |
---|
-
includes/core/template-functions.php
90 90 } 91 91 92 92 // Maybe load the template if one was located 93 if ( ( true == $load ) && !empty( $located ) ) 93 if ( ( true == $load ) && ! empty( $located ) ) { 94 $located = apply_filters( 'bbp_template_located', $located ); 94 95 load_template( $located, $require_once ); 96 } 95 97 96 98 return $located; 97 99 }