Completed
Branch ENH-9001-hhvm-max-input-vars (e4c045)
by
unknown
470:04 queued 455:45
created
core/EE_PUE.core.php 1 patch
Indentation   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -1,26 +1,26 @@  discard block
 block discarded – undo
1 1
 <?php if ( ! defined('EVENT_ESPRESSO_VERSION')) exit('No direct script access allowed');
2 2
 /**
3
- * Event Espresso
4
- *
5
- * Event Registration and Management Plugin for WordPress
6
- *
7
- * @ package			Event Espresso
8
- * @ author			Seth Shoultes
9
- * @ copyright		(c) 2008-2011 Event Espresso  All Rights Reserved.
10
- * @ license			http://eventespresso.com/support/terms-conditions/   * see Plugin Licensing *
11
- * @ link					http://www.eventespresso.com
12
- * @ version		 	4.0
13
- *
14
- * ------------------------------------------------------------------------
15
- *
16
- * EE_PUE
17
- *
18
- * @package			Event Espresso
19
- * @subpackage	includes/core/
20
- * @author				Darren Ethier
21
- *
22
- * ------------------------------------------------------------------------
23
- */
3
+  * Event Espresso
4
+  *
5
+  * Event Registration and Management Plugin for WordPress
6
+  *
7
+  * @ package			Event Espresso
8
+  * @ author			Seth Shoultes
9
+  * @ copyright		(c) 2008-2011 Event Espresso  All Rights Reserved.
10
+  * @ license			http://eventespresso.com/support/terms-conditions/   * see Plugin Licensing *
11
+  * @ link					http://www.eventespresso.com
12
+  * @ version		 	4.0
13
+  *
14
+  * ------------------------------------------------------------------------
15
+  *
16
+  * EE_PUE
17
+  *
18
+  * @package			Event Espresso
19
+  * @subpackage	includes/core/
20
+  * @author				Darren Ethier
21
+  *
22
+  * ------------------------------------------------------------------------
23
+  */
24 24
 class EE_PUE {
25 25
 
26 26
 	/**
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 
33 33
 	/**
34 34
 	 * This property is used to hold an array of EE_default_term objects assigned to a custom post type when the post for that post type is published with no terms set for the taxonomy.
35
-	  *
35
+	 *
36 36
 	 * @var array of EE_Default_Term objects
37 37
 	 */
38 38
 	protected $_default_terms = array();
Please login to merge, or discard this patch.