Changeset 7354 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-contributors/public/class-helphub-contributors-public.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/public/class-helphub-contributors-public.php
r7306 r7354 46 46 public function __construct( $helphub_contributors, $version ) { 47 47 $this->helphub_contributors = $helphub_contributors; 48 $this->version = $version;48 $this->version = $version; 49 49 add_action( 'wp_enqueue_scripts', array( $this, 'public_enqueue_scripts' ) ); 50 50 add_filter( 'the_content', array( $this, 'show_contributors' ) ); … … 149 149 150 150 // Display message if no user is found with provided username. 151 /* translators: %s: Username, do not translate. */ 151 152 $contributors_items .= '<div class="contributor contributor-not-found"><p>' . sprintf( __( '%s is not a valid username.', 'wporg-forums' ), '<strong>' . $contributor . '</strong>' ) . '</p></div>'; 152 153
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)