Fixed Duplicate <!-- slot: twitter --> in admin template helper_criteria_user

Chris D

XenForo developer
Staff member
Rich (BB code):
    <!-- slot: twitter -->   
    <li><label>
        <input type="checkbox" name="user_criteria[twitter][rule]" value="twitter" {xen:checked $userCriteria.twitter} />
        {xen:phrase user_associated_with_twitter}</label></li>

    <!-- slot: twitter -->   
    <li><label>
        <input type="checkbox" name="user_criteria[google][rule]" value="google" {xen:checked $userCriteria.google} />
        {xen:phrase user_associated_with_google}</label></li>

Minor one... the second one should be slot: google
 
Top Bottom