Changeset 6112 for trunk/src/templates/default/bbpress-functions.php
- Timestamp:
- 11/02/2016 09:06:30 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress-functions.php
r5951 r6112 212 212 // Enqueue the scripts 213 213 foreach ( $scripts as $handle => $attributes ) { 214 bbp_enqueue_script( $handle, $attributes['file'], $attributes['dependencies'], $this->version, 'screen');214 bbp_enqueue_script( $handle, $attributes['file'], $attributes['dependencies'], $this->version, true ); 215 215 } 216 216 }
Note: See TracChangeset
for help on using the changeset viewer.