PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.32
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.32
1.2.74 1.2.73 1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 All 174 releases
← All changes | widgets/login.php +0 -4 1.2.681.2.32 View file →
@@ -143,12 +143,8 @@
143 143 'css_class' => 'border-0',
144 144 'redirect_to' => '',
145 145 );
146 146
147 - if ( $this->is_preview() ) {
148 - return;
149 - }
150 -
151 147 /**
152 148 * Parse incoming $args into an array and merge it with $defaults
153 149 */
154 150 $args = wp_parse_args( $args, $defaults );