Title: Missing &quot;_&quot; (underscore) in user-groups.php
Last modified: August 21, 2016

---

# Missing "_" (underscore) in user-groups.php

 *  Resolved [david.french](https://wordpress.org/support/users/davidfrench-1/)
 * (@davidfrench-1)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/missing-_-underscore-in-user-groupsphp/)
 * On line 481 in the user-groups.php file there is an underscore missing which 
   is causing a warning to be thrown.
 * BEFORE
 * <label for=”user-groups-select” class=”screen-reader-text”><?php _(‘User Group’,‘
   user-group’); ?></label>
    <select name=”user-group” id=”user-groups-select” style
   =”max-width: 300px;”>
 * AFTER (note the double underscore before user group)
 * <label for=”user-groups-select” class=”screen-reader-text”><?php __(‘User Group’,‘
   user-group’); ?></label>
    <select name=”user-group” id=”user-groups-select” style
   =”max-width: 300px;”>
 * [http://wordpress.org/plugins/user-groups/](http://wordpress.org/plugins/user-groups/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Zack Katz](https://wordpress.org/support/users/katzwebdesign/)
 * (@katzwebdesign)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/missing-_-underscore-in-user-groupsphp/#post-4038333)
 * I don’t think that’s accurate: the existing code is `_e(`, which is valid?

Viewing 1 replies (of 1 total)

The topic ‘Missing "_" (underscore) in user-groups.php’ is closed to new replies.

 * ![](https://ps.w.org/user-groups/assets/icon-256x256.jpg?rev=1179282)
 * [User Groups](https://wordpress.org/plugins/user-groups/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-groups/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-groups/)
 * [Active Topics](https://wordpress.org/support/plugin/user-groups/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-groups/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-groups/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Zack Katz](https://wordpress.org/support/users/katzwebdesign/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/missing-_-underscore-in-user-groupsphp/#post-4038333)
 * Status: resolved