Error in line 231 (Version 2.0)
-
Small thing. Line 231:
<input type="text" id="protected_title_prefix" name="private_suite[protected_title_prefix]" value="<?php esc_attr_e($options['private_title_prefix']); ?>" />
The index for $options in the last line should be:
'protected_title_prefix'
The effect is that the prefix for Private posts shows up in both text boxes on the Private Suite Options page – even though options are saved correctly.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error in line 231 (Version 2.0)’ is closed to new replies.