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/public/class-helphub-contributors-public.php

    r7306 r7354  
    4646        public function __construct( $helphub_contributors, $version ) {
    4747                $this->helphub_contributors = $helphub_contributors;
    48                 $this->version = $version;
     48                $this->version              = $version;
    4949                add_action( 'wp_enqueue_scripts', array( $this, 'public_enqueue_scripts' ) );
    5050                add_filter( 'the_content', array( $this, 'show_contributors' ) );
     
    149149
    150150                                                // Display message if no user is found with provided username.
     151                                                /* translators: %s: Username, do not translate. */
    151152                                                $contributors_items .= '<div class="contributor contributor-not-found"><p>' . sprintf( __( '%s is not a valid username.', 'wporg-forums' ), '<strong>' . $contributor . '</strong>' ) . '</p></div>';
    152153
Note: See TracChangeset for help on using the changeset viewer.