Changeset 12036 for trunk/src/bp-templates/bp-nouveau/buddypress/common/js-templates/messages/index.php
- Timestamp:
- 05/02/2018 03:01:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/common/js-templates/messages/index.php
r11951 r12036 34 34 <script type="text/html" id="tmpl-bp-messages-editor"> 35 35 <?php 36 // Temporar ly filter the editor36 // Temporarily filter the editor 37 37 add_filter( 'mce_buttons', 'bp_nouveau_mce_buttons', 10, 1 ); 38 38 … … 51 51 ) 52 52 ); 53 // Temporar ly filter the editor53 // Temporarily filter the editor 54 54 remove_filter( 'mce_buttons', 'bp_nouveau_mce_buttons', 10, 1 ); 55 55 ?>
Note: See TracChangeset
for help on using the changeset viewer.