Changeset 6295
- Timestamp:
- 02/20/2017 02:50:59 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/theme-compat.php
r6288 r6295 57 57 * @param array $properties 58 58 */ 59 59 public function __construct( Array $properties = array() ) { 60 60 $this->_data = $properties; 61 61 } … … 459 459 */ 460 460 function bbp_template_include_theme_compat( $template = '' ) { 461 461 462 462 /** 463 463 * Bail if a root template was already found. This prevents unintended
Note: See TracChangeset
for help on using the changeset viewer.