Plugin Directory

Changeset 330617


Ignore:
Timestamp:
01/10/2011 11:13:56 AM (15 years ago)
Author:
Aekeron
Message:

1.0.2 release

Location:
bp-wiki/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bp-wiki/trunk/includes/bp-wiki-core.php

    r321264 r330617  
    3030
    3131if ( file_exists( dirname( __FILE__ ) . '/languages/' . get_locale() . '.mo' ) )
    32     load_textdomain( 'bp-wiki', dirname( __FILE__ ) . '/bp-wiki/languages/' . get_locale() . '.mo' );
     32    load_plugin_textdomain( 'bp-wiki', dirname( __FILE__ ) . '/bp-wiki/languages/' . get_locale() . '.mo' );
    3333
    3434
  • bp-wiki/trunk/loader.php

    r328764 r330617  
    55Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A9NEGJEZR23H4
    66Description: Enables site and group wiki functionality within a Buddypress install.
    7 Version: 1.0.1
     7Version: 1.0.2
    88Revision Date: January 04, 2011
    99Requires at least: WP 3.0.1, BuddyPress 1.2.5.2
  • bp-wiki/trunk/readme.txt

    r328764 r330617  
    44Requires at least: WordPress 3.0.1, BuddyPress 1.2.5.2
    55Tested up to: WordPress 3.0.4 / BuddyPress 1.2.7
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77
    88This plugin provides site and group based wiki functionality for a Buddypress installation.
     
    4444== Changelog ==
    4545
     46= 1.0.2 ( January 10th 2011 ) =
     47* Moved to load_plugin_textdomain() rather than load_textdomain() function for translations.
     48
    4649= 1.0.1 ( January 4th 2011 ) =
    4750* Fixed issue with users posting updates to their profile.
Note: See TracChangeset for help on using the changeset viewer.