@@ -105,7 +105,7 @@ class ReduxFramework {
105
105
/**
106
106
* Init
107
107
*
108
- * Backward compatibility for previous version of Redux.
108
+ * Backward compatibility for previous versions of Redux.
109
109
*/
110
110
public static function init () {
111
111
@@ -204,7 +204,7 @@ public static function init() {
204
204
public $ required = array ();
205
205
206
206
/**
207
- * Field child folding information for localization.
207
+ * Field child- folding information for localization.
208
208
*
209
209
* @var array
210
210
*/
@@ -443,7 +443,7 @@ public function __clone() {
443
443
}
444
444
445
445
/**
446
- * Un-serializing instances of this class is forbidden.
446
+ * Un-serializing instances of this class are forbidden.
447
447
*
448
448
* @since 4.0.0
449
449
*/
@@ -873,13 +873,13 @@ public function get_instance(): ?ReduxFramework {
873
873
}
874
874
875
875
/**
876
- * ->get(); This is used to return and option value from the options array
876
+ * ->get(); This is used to return and option value from the option array
877
877
*
878
878
* @since 1.0.0
879
879
* @access public
880
880
*
881
881
* @param string $opt_name The option name to return.
882
- * @param mixed $default (null) The value to return if option not set.
882
+ * @param mixed $default (null) The value to return if an option isn't set.
883
883
*
884
884
* @return mixed
885
885
*/
@@ -888,7 +888,7 @@ public function get( string $opt_name, $default = null ) {
888
888
}
889
889
890
890
/**
891
- * ->set(); This is used to set an arbitrary option in the options array
891
+ * ->set(); This is used to set an arbitrary option in the option array
892
892
*
893
893
* @since 1.0.0
894
894
* @access public
0 commit comments