validation set to protected

This commit is contained in:
Robin Cornett
2014-11-21 15:50:19 -05:00
parent fd7ba22108
commit 56388f321a
@@ -286,7 +286,7 @@ class Display_Featured_Image_Genesis_Settings {
* @param mixed $new_value Should ideally be a 1 or 0 integer passed in
* @return integer 1 or 0.
*/
public function one_zero( $new_value ) {
protected function one_zero( $new_value ) {
return (int) (bool) $new_value;
}