Passed
Push — master ( 932680...d062ce )
by John
01:56
created
src/ManageUltimateMenu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -329,7 +329,7 @@
 block discarded – undo
329 329
 			if (is_numeric($menu_entry['name']))
330 330
 				$post_errors['name'] = 'um_menu_numeric';
331 331
 
332
-			// Let's make sure you're not trying to make a name that's already taken.
332
+			// Let's make sure you're not trying to make a name that's already taken .
333 333
 			$check = $this->um->checkButton($menu_entry['id'], $menu_entry['name']);
334 334
 			if ($check > 0)
335 335
 				$post_errors['name'] = 'um_menu_mysql';
Please login to merge, or discard this patch.