Plugin Directory

Changeset 1404841


Ignore:
Timestamp:
04/26/2016 06:35:13 PM (10 years ago)
Author:
quan_flo
Message:

fixing typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • buddypress-messages-spam-blocker/trunk/plugin.php

    r1404839 r1404841  
    44// xgettext --language=PHP --from-code=utf-8 --keyword=__ *.php -o languages/buddypress-messages-spamblocker.pot
    55// Load translations and text domain
    6 add_action('init', 'bms_load_textdomain');
     6add_action('init', 'bps_load_textdomain');
    77
    88// We will do the check before compose form is shown
    99add_filter('messages_screen_compose', 'bps_bp_spam_stop');
    1010
    11 function bms_load_textdomain() {
     11function bps_load_textdomain() {
    1212    load_plugin_textdomain('buddypress-messages-spamblocker', false, dirname(plugin_basename(__FILE__)) . "/languages/");
    1313}
Note: See TracChangeset for help on using the changeset viewer.