Changeset 4944 for trunk/templates/default/bbpress-functions.php
- Timestamp:
- 05/23/2013 07:09:03 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/templates/default/bbpress-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress-functions.php
r4872 r4944 180 180 } 181 181 182 // Topic favorite/subscribe182 // Topic-specific scripts 183 183 if ( bbp_is_single_topic() ) { 184 185 // Topic favorite/unsubscribe 184 186 wp_enqueue_script( 'bbpress-topic', $this->url . 'js/topic.js', array( 'jquery' ), $this->version ); 187 188 // Hierarchical replies 189 if ( bbp_thread_replies() ) { 190 wp_enqueue_script( 'bbpress-reply', $this->url . 'js/reply.js', array(), $this->version ); 191 } 185 192 } 186 193
Note: See TracChangeset
for help on using the changeset viewer.