Completed
Pull Request — develop (#461)
by Juliette
02:09
created
class-tgm-plugin-activation.php 1 patch
Indentation   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -1,19 +1,19 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Plugin installation and activation for WordPress themes.
4
- *
5
- * Please note that this is a drop-in library for a theme or plugin.
6
- * The authors of this library (Thomas, Gary and Juliette) are NOT responsible
7
- * for the support of your plugin or theme. Please contact the plugin
8
- * or theme author for support.
9
- *
10
- * @package   TGM-Plugin-Activation
11
- * @version   2.6.0
12
- * @link      http://tgmpluginactivation.com/
13
- * @author    Thomas Griffin, Gary Jones, Juliette Reinders Folmer
14
- * @copyright Copyright (c) 2011, Thomas Griffin
15
- * @license   GPL-2.0+
16
- */
3
+	 * Plugin installation and activation for WordPress themes.
4
+	 *
5
+	 * Please note that this is a drop-in library for a theme or plugin.
6
+	 * The authors of this library (Thomas, Gary and Juliette) are NOT responsible
7
+	 * for the support of your plugin or theme. Please contact the plugin
8
+	 * or theme author for support.
9
+	 *
10
+	 * @package   TGM-Plugin-Activation
11
+	 * @version   2.6.0
12
+	 * @link      http://tgmpluginactivation.com/
13
+	 * @author    Thomas Griffin, Gary Jones, Juliette Reinders Folmer
14
+	 * @copyright Copyright (c) 2011, Thomas Griffin
15
+	 * @license   GPL-2.0+
16
+	 */
17 17
 
18 18
 /*
19 19
 	Copyright 2011 Thomas Griffin (thomasgriffinmedia.com)
@@ -1347,13 +1347,13 @@  discard block
 block discarded – undo
1347 1347
 			$key     = preg_replace( '`[^A-Za-z0-9_-]`', '', $key );
1348 1348
 
1349 1349
 			/**
1350
-			* Filter a sanitized key string.
1351
-			*
1352
-			* @since 3.0.0
1353
-			*
1354
-			* @param string $key     Sanitized key.
1355
-			* @param string $raw_key The key prior to sanitization.
1356
-			*/
1350
+			 * Filter a sanitized key string.
1351
+			 *
1352
+			 * @since 3.0.0
1353
+			 *
1354
+			 * @param string $key     Sanitized key.
1355
+			 * @param string $raw_key The key prior to sanitization.
1356
+			 */
1357 1357
 			return apply_filters( 'tgmpa_sanitize_key', $key, $raw_key );
1358 1358
 		}
1359 1359
 
Please login to merge, or discard this patch.