Changeset 330617
- Timestamp:
- 01/10/2011 11:13:56 AM (15 years ago)
- Location:
- bp-wiki/trunk
- Files:
-
- 3 edited
-
includes/bp-wiki-core.php (modified) (1 diff)
-
loader.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-wiki/trunk/includes/bp-wiki-core.php
r321264 r330617 30 30 31 31 if ( 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' ); 33 33 34 34 -
bp-wiki/trunk/loader.php
r328764 r330617 5 5 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A9NEGJEZR23H4 6 6 Description: Enables site and group wiki functionality within a Buddypress install. 7 Version: 1.0. 17 Version: 1.0.2 8 8 Revision Date: January 04, 2011 9 9 Requires at least: WP 3.0.1, BuddyPress 1.2.5.2 -
bp-wiki/trunk/readme.txt
r328764 r330617 4 4 Requires at least: WordPress 3.0.1, BuddyPress 1.2.5.2 5 5 Tested up to: WordPress 3.0.4 / BuddyPress 1.2.7 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 8 8 This plugin provides site and group based wiki functionality for a Buddypress installation. … … 44 44 == Changelog == 45 45 46 = 1.0.2 ( January 10th 2011 ) = 47 * Moved to load_plugin_textdomain() rather than load_textdomain() function for translations. 48 46 49 = 1.0.1 ( January 4th 2011 ) = 47 50 * Fixed issue with users posting updates to their profile.
Note: See TracChangeset
for help on using the changeset viewer.