Forums

WP Activate Users
Borked code - line 40 (2 posts)

  1. ping
    Member
    Posted 1 year ago #

    wp-activate-users.php line 40 is totally broken.

    $(“#signup-welcome).p(;:last-child').css('display', 'none');

    Wrong and un-closed quotes, and jQuery selectors are borked.

    http://wordpress.org/extend/plugins/wp-activate-users/

  2. jazbek
    Member
    Posted 1 year ago #

    I changed it to this and no longer get any errors, though this plugin doesn't display anything for me:

    jQuery('#signup-welcome p:last-child').css('display', 'none');

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic