Completed
Push — develop ( d8be36...adf00f )
by Aristeides
02:34
created
field/class-kirki-field-checkbox.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 	 *
47 47
 	 * @static
48 48
 	 * @access public
49
-	 * @param boolean|integer|string|null $value The checkbox value.
49
+	 * @param boolean|string $value The checkbox value.
50 50
 	 * @return bool
51 51
 	 */
52 52
 	public static function sanitize( $value = null ) {
Please login to merge, or discard this patch.
core/class-kirki-explode-background-field.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,6 @@
 block discarded – undo
202 202
 	 * @static
203 203
 	 * @access protected
204 204
 	 * @since 2.4.0
205
-	 * @param string|false $id The string-ID.
206 205
 	 * @return array
207 206
 	 */
208 207
 	protected static function l10n( $config_id ) {
Please login to merge, or discard this patch.