Changeset 3968 for branches/plugin/bbp-includes
- Timestamp:
- 06/17/2012 09:41:35 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-template-functions.php
r3966 r3968 70 70 if ( empty( $template_name ) ) 71 71 continue; 72 73 // Trim off any slashes from the template name 74 $template_name = ltrim( $template_name, '/' ); 72 75 73 76 // Check child theme first
Note: See TracChangeset
for help on using the changeset viewer.