Changeset 7354 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-contributors/includes/class-helphub-contributors.php
- Timestamp:
- 07/02/2018 12:47:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-contributors/includes/class-helphub-contributors.php
r7306 r7354 53 53 public function __construct() { 54 54 $this->helphub_contributors = 'helphub-contributors'; 55 $this->version = '1.0.0';55 $this->version = '1.0.0'; 56 56 add_action( 'init', array( $this, 'set_locale' ) ); 57 57 $this->required_dependencies(); … … 68 68 */ 69 69 public function set_locale() { 70 load_plugin_textdomain( $this->get_helphub_contributors(), false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' 70 load_plugin_textdomain( 71 $this->get_helphub_contributors(), false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' 71 72 ); 72 73 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)