after upgrading today to version 2.2 I encountered the following message on the right panel:
Parse error: syntax error, unexpected '}' in C:\kindlegebruikersgroep\htdocs\wp-content\plugins\login-with-ajax\widget\widget_in.php on line 45
code in widget_in.php:
<?php
//Admin URL
if ( $lwa_data['profile_link'] == '1' ) {
?>
/wp-admin/profile.php"><?php echo strtolower(__('Profile')) ?>
<?php
}
//Logout URL
?>
"><?php echo strtolower(__( 'Log Out' )) ?>
<?
//Blog Admin
if( !empty($wpmu_version) ) {
?>
/wp-admin/"><?php _e("blog admin", 'loginwithajax'); ?>
<?php
this bracket seems in error? it's line 45... }
?>