Completed
Push — develop ( 294647...13b3c8 )
by Gary
10s
created
class-tgm-plugin-activation.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1441,13 +1441,13 @@
 block discarded – undo
1441 1441
 			$key     = preg_replace( '`[^A-Za-z0-9_-]`', '', $key );
1442 1442
 
1443 1443
 			/**
1444
-			* Filter a sanitized key string.
1445
-			*
1446
-			* @since 2.5.0
1447
-			*
1448
-			* @param string $key     Sanitized key.
1449
-			* @param string $raw_key The key prior to sanitization.
1450
-			*/
1444
+			 * Filter a sanitized key string.
1445
+			 *
1446
+			 * @since 2.5.0
1447
+			 *
1448
+			 * @param string $key     Sanitized key.
1449
+			 * @param string $raw_key The key prior to sanitization.
1450
+			 */
1451 1451
 			return apply_filters( 'tgmpa_sanitize_key', $key, $raw_key );
1452 1452
 		}
1453 1453
 
Please login to merge, or discard this patch.