Making WordPress.org


Ignore:
Timestamp:
07/02/2018 12:47:04 PM (8 years ago)
Author:
netweb
Message:

Support Hub: Update Support Hub to latest changes via GitHub

References:

Props clorith, kenshino, netweb.
See #3485.

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  
    5353        public function __construct() {
    5454                $this->helphub_contributors = 'helphub-contributors';
    55                 $this->version = '1.0.0';
     55                $this->version              = '1.0.0';
    5656                add_action( 'init', array( $this, 'set_locale' ) );
    5757                $this->required_dependencies();
     
    6868         */
    6969        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/'
    7172                );
    7273        }
Note: See TracChangeset for help on using the changeset viewer.