07/28/2014 at 10:20 am
#298199
Keymaster
@ Global Cultura
Thanks for pointing out the issues! I have fix them for the next release.
The visibility options can be fix in the class.options.php file.
Change this:
'public' =>'Public',
'private' =>'Private',
'unlisted' =>'Unlisted'
To this:
'public' => __( 'Public', 'connections' ),
'private' => __( 'Private', 'connections' ),
'unlisted' => __( 'Unlisted', 'connections' )
Hope that helps!
