Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/02/2018 03:01:16 AM (7 years ago)
Author:
mercime
Message:

Fix some typos in BP Nouveau.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/common/js-templates/messages/index.php

    r11951 r12036  
    3434<script type="text/html" id="tmpl-bp-messages-editor">
    3535    <?php
    36     // Temporarly filter the editor
     36    // Temporarily filter the editor
    3737    add_filter( 'mce_buttons', 'bp_nouveau_mce_buttons', 10, 1 );
    3838
     
    5151        )
    5252    );
    53     // Temporarly filter the editor
     53    // Temporarily filter the editor
    5454    remove_filter( 'mce_buttons', 'bp_nouveau_mce_buttons', 10, 1 );
    5555    ?>
Note: See TracChangeset for help on using the changeset viewer.