Plugin Directory

Changeset 779000


Ignore:
Timestamp:
09/26/2013 11:22:36 PM (13 years ago)
Author:
bphelp
Message:

Added translation files for localization

Location:
private-community-for-bp-lite
Files:
11 added
3 edited

Legend:

Unmodified
Added
Removed
  • private-community-for-bp-lite/trunk/loader.php

    r778083 r779000  
    66of the posts/pages you set in Dashboard/Settings/PrivateCommunityBP.
    77Blocks RSS feeds to logged out visitors.
    8 Version: 3.9
     8Version: 4.0
    99Requires at least: 3.2.1
    1010Tested up to: 3.6.1
  • private-community-for-bp-lite/trunk/private-community-for-bp-lite.php

    r778083 r779000  
    314314<?php
    315315}
     316
     317// Add translation
     318function bphelp_pcfbpl_lang() {
     319  load_plugin_textdomain( 'bphelp_pcfbp', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
     320}
     321add_action('plugins_loaded', 'bphelp_pcfbpl_lang');
    316322///Enjoy!
    317323?>
  • private-community-for-bp-lite/trunk/readme.txt

    r778083 r779000  
    55Tested up to: 3.6.1
    66License: GNU/GPL 2
    7 Stable tag: 3.9
     7Stable tag: 4.0
    88
    99Makes BP pages private and only accessable to logged in users with the
     
    1818Blocks RSS feeds to logged out visitors. This version does not unblock entire categories but
    1919If you need this functionality contact me <a href="http://bphelpblog.wordpress.com/submit-comments-tips-or-tricks-or-job-inqueries/" target="_blank">here</a>
    20 for instructions on purchasing a version that will.
     20for instructions on purchasing a version that will. 
    2121
    2222== Installation ==
     
    6868Blocks RSS feeds to logged out visitors. This version does not unblock entire categories but
    6969If you need this functionality contact me <a href="http://bphelpblog.wordpress.com/submit-comments-tips-or-tricks-or-job-inqueries/" target="_blank">here</a>
    70 for instructions on purchasing a version that will 
     70for instructions on purchasing a version that will. 
    7171 
    7272== Changelog ==
     73
     74= 4.0 =
     75Added translation file for localization
    7376
    7477= 3.9 =
     
    108111== Upgrade Notice ==
    109112
     113= 4.0 =
     114Added translation file for localization
     115
    110116= 3.9 =
    111117Renamed to Private Community For BP Lite for naming convention purposes
Note: See TracChangeset for help on using the changeset viewer.