| @@ -38,9 +38,9 @@ | ||
| 38 | 38 | wp_die('Sorry, but you do not have permissions to change settings.'); |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | if(!loginizer_is_premium() && count($_POST) > 0){ |
| 42 | - $lz_error['not_in_free'] = __('This feature is not available in the Free version. <a href="'.LOGINIZER_PRICING_URL.'" target="_blank" style="text-decoration:none; color:green;"><b>Upgrade to Pro</b></a>', 'loginizer'); | |
| 42 | + $lz_error['not_in_free'] = __('This feature is not available in the Free version.', 'loginizer').' <a href="'.LOGINIZER_PRICING_URL.'" target="_blank" style="text-decoration:none; color:green;"><b>'.esc_html__('Upgrade to Pro', 'loginizer').'</b></a>'; | |
| 43 | 43 | return loginizer_page_checksums_T(); |
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | /* Make sure post was from this page */ |