Completed
Pull Request — trunk (#842)
by
unknown
03:07
created
includes/CMB2.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -954,11 +954,11 @@
 block discarded – undo
954 954
 		}
955 955
 
956 956
 		if ( $pagenow === 'admin-ajax.php' && isset($_POST['action']) ) {
957
-		    switch ( $_POST['action'] ) {
957
+			 switch ( $_POST['action'] ) {
958 958
 			case 'add-tag':
959
-			    $type = 'term';
960
-			    break;
961
-		    }
959
+				 $type = 'term';
960
+				 break;
961
+			 }
962 962
 		}
963 963
 
964 964
 		return $type;
Please login to merge, or discard this patch.