Completed
Branch FET/reg-form-builder/main (b41a02)
by
unknown
04:58 queued 02:30
created
admin_pages/events/templates/event_tickets_metabox_ticket_row.template.php 1 patch
Braces   +10 added lines, -4 removed lines patch added patch discarded remove patch
@@ -32,9 +32,12 @@  discard block
 block discarded – undo
32 32
         <?php if (empty($disabled)) : ?>
33 33
             <input type="text" size="1" class="edit-price-PRC_amount ee-small-text-inp ee-inp-right"
34 34
                    name="edit_prices[<?php echo $ticketrow; ?>][1][PRC_amount]" value="<?php echo $PRC_amount; ?>">
35
-        <?php else : ?>
35
+        <?php else {
36
+	: ?>
36 37
             <input type="text" size="1" class="edit-price-PRC_amount ee-small-text-inp ee-inp-right"
37
-                   name="disabled_price_amount" value="<?php echo $PRC_amount; ?>"<?php echo $disabled; ?>>
38
+                   name="disabled_price_amount" value="<?php echo $PRC_amount;
39
+}
40
+?>"<?php echo $disabled; ?>>
38 41
             <input type="hidden" size="1" class="edit-price-PRC_amount ee-small-text-inp ee-inp-right"
39 42
                    name="edit_prices[<?php echo $ticketrow; ?>][1][PRC_amount]" value="<?php echo $PRC_amount; ?>">
40 43
         <?php endif; ?>
@@ -51,9 +54,12 @@  discard block
 block discarded – undo
51 54
             <input type="text" class="edit-ticket-TKT_qty ee-small-text-inp ee-inp-right"
52 55
                    name="<?php echo $edit_ticketrow_name; ?>[<?php echo $ticketrow; ?>][TKT_qty]"
53 56
                    value="<?php echo $TKT_qty; ?>">
54
-        <?php else : ?>
57
+        <?php else {
58
+	: ?>
55 59
             <input type="text" class="edit-ticket-TKT_qty ee-small-text-inp ee-inp-right" name="disabled_tkt_qty"
56
-                   value="<?php echo $TKT_qty; ?>"<?php echo $disabled; ?>>
60
+                   value="<?php echo $TKT_qty;
61
+}
62
+?>"<?php echo $disabled; ?>>
57 63
             <input type="hidden" class="edit-ticket-TKT_qty ee-small-text-inp ee-inp-right"
58 64
                    name="<?php echo $edit_ticketrow_name; ?>[<?php echo $ticketrow; ?>][TKT_qty]"
59 65
                    value="<?php echo $TKT_qty; ?>">
Please login to merge, or discard this patch.
admin_pages/events/templates/event_category_details.template.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -19,9 +19,9 @@  discard block
 block discarded – undo
19 19
                 <br/>
20 20
                 <p class="small-text">
21 21
                     <?php _e(
22
-                        'This is a default category so you can edit the label and the description but not the slug',
23
-                        'event_espresso'
24
-                    ); ?></p>
22
+						'This is a default category so you can edit the label and the description but not the slug',
23
+						'event_espresso'
24
+					); ?></p>
25 25
             <?php endif; ?>
26 26
         </td>
27 27
     </tr>
@@ -33,9 +33,9 @@  discard block
 block discarded – undo
33 33
             <br/>
34 34
             <p class="description">
35 35
                 <?php _e(
36
-                    'Categories are hierarchical.  You can change the parent for this category here.',
37
-                    'event_espresso'
38
-                ); ?></p>
36
+					'Categories are hierarchical.  You can change the parent for this category here.',
37
+					'event_espresso'
38
+				); ?></p>
39 39
         </td>
40 40
     </tr>
41 41
     <tr>
Please login to merge, or discard this patch.
admin_pages/events/templates/event_tickets_metabox_main.template.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@  discard block
 block discarded – undo
2 2
     <div id="event-and-ticket-form-content">
3 3
         <h4 class="event-tickets-datetimes-title">
4 4
             <?php _e(
5
-                'Event Datetime',
6
-                'event_espresso'
7
-            ); ?></h4><?php echo $event_datetime_help_link; ?>
5
+				'Event Datetime',
6
+				'event_espresso'
7
+			); ?></h4><?php echo $event_datetime_help_link; ?>
8 8
         <div class="event-datetimes-container">
9 9
             <!-- these are the ids for the current displayed datetimes (on create new this is blank -->
10 10
             <input type="hidden" name="datetime_IDs" id="datetime-IDs" value="<?php echo $existing_datetime_ids; ?>">
@@ -46,8 +46,8 @@  discard block
 block discarded – undo
46 46
                         </td>
47 47
                         <td class="event-datetime-column reg-limit-column">
48 48
                             <?php
49
-                            $reg_limit = $time->get_pretty('DTT_reg_limit', 'input');
50
-                            ?>
49
+							$reg_limit = $time->get_pretty('DTT_reg_limit', 'input');
50
+							?>
51 51
                             <input type="text" name="edit_event_datetimes[1][DTT_reg_limit]"
52 52
                                    id="event-datetime-DTT_reg_limit-1"
53 53
                                    class="ee-small-text-inp ee-inp-right event-datetime-DTT_reg_limit"
@@ -55,9 +55,9 @@  discard block
 block discarded – undo
55 55
                         </td>
56 56
                         <td class="datetime-tickets-sold">
57 57
                             <?php printf(
58
-                                __('Tickets Sold: %s', 'event_espresso'),
59
-                                $time->get('DTT_sold')
60
-                            ); ?></td>
58
+								__('Tickets Sold: %s', 'event_espresso'),
59
+								$time->get('DTT_sold')
60
+							); ?></td>
61 61
                     </tr>
62 62
                     </tbody>
63 63
                 </table>
@@ -69,9 +69,9 @@  discard block
 block discarded – undo
69 69
         <div class="event-tickets-container">
70 70
             <h4 class="event-tickets-datetimes-title">
71 71
                 <?php _e(
72
-                    'Ticket Options',
73
-                    'event_espresso'
74
-                ); ?></h4><?php echo $ticket_options_help_link; ?><br/>
72
+					'Ticket Options',
73
+					'event_espresso'
74
+				); ?></h4><?php echo $ticket_options_help_link; ?><br/>
75 75
             <table class="add-new-ticket-table">
76 76
                 <thead>
77 77
                 <tr valign="top">
@@ -97,9 +97,9 @@  discard block
 block discarded – undo
97 97
             <div class="save-cancel-button-container">
98 98
                 <button class="button-secondary ee-create-button" data-context="ticket">
99 99
                     <?php _e(
100
-                        'Create New Ticket',
101
-                        'event_espresso'
102
-                    ); ?></button>
100
+						'Create New Ticket',
101
+						'event_espresso'
102
+					); ?></button>
103 103
             </div>
104 104
         </div> <!-- end .event-tickets-container -->
105 105
         <div style="clear:both"></div>
Please login to merge, or discard this patch.
admin_pages/events/templates/event_registration_options.template.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
 <p>
7 7
     <label for="max-registrants">
8 8
         <?php _e(
9
-            'Maximum number of tickets allowed per order for this event: ',
10
-            'event_espresso'
11
-        ); ?></label>
9
+			'Maximum number of tickets allowed per order for this event: ',
10
+			'event_espresso'
11
+		); ?></label>
12 12
     <input class="ee-numeric" type="text" id="max-registrants" name="additional_limit"
13 13
            value="<?php echo $additional_limit; ?>" size="4"/>
14 14
 </p>
Please login to merge, or discard this patch.
admin_pages/registration_form/qtips/EE_Registration_Form_Tips.lib.php 1 patch
Indentation   +35 added lines, -35 removed lines patch added patch discarded remove patch
@@ -15,39 +15,39 @@
 block discarded – undo
15 15
 {
16 16
 
17 17
 
18
-    protected function _set_tips_array()
19
-    {
20
-        $this->_qtipsa = array(
21
-            0 => array(
22
-                'content_id' => 'about-system-lock-icon',
23
-                'target'     => '.questions .ee-system-lock',
24
-                'content'    => __('This question is a system question and cannot be trashed', 'event_espresso'),
25
-                'options'    => array(), // defaults
26
-            ),
27
-            1 => array(
28
-                'content_id' => 'about-non-system-lock-icon',
29
-                'target'     => '.questions .ee-alternate-color',
30
-                'content'    => __(
31
-                    'This question has answers attached to it from registrations that have the question.  It cannot be permanently deleted.',
32
-                    'event_espresso'
33
-                ),
34
-                'options'    => array(),
35
-            ),
36
-            2 => array(
37
-                'content_id' => 'about-question-group-lock-icon',
38
-                'target'     => '.questiongroups .ee-system-lock',
39
-                'content'    => __('This question group is a system group and cannot be trashed', 'event_espresso'),
40
-                'options'    => array(),
41
-            ),
42
-            3 => array(
43
-                'content_id' => 'about-non-system-qg-lock-icon',
44
-                'target'     => '.questiongroups .ee-alternate-color',
45
-                'content'    => __(
46
-                    'This question group has questions that have answers attached to it from registrations that have the question. It cannot be permanently deleted.',
47
-                    'event_espresso'
48
-                ),
49
-                'options'    => array(),
50
-            ),
51
-        );
52
-    }
18
+	protected function _set_tips_array()
19
+	{
20
+		$this->_qtipsa = array(
21
+			0 => array(
22
+				'content_id' => 'about-system-lock-icon',
23
+				'target'     => '.questions .ee-system-lock',
24
+				'content'    => __('This question is a system question and cannot be trashed', 'event_espresso'),
25
+				'options'    => array(), // defaults
26
+			),
27
+			1 => array(
28
+				'content_id' => 'about-non-system-lock-icon',
29
+				'target'     => '.questions .ee-alternate-color',
30
+				'content'    => __(
31
+					'This question has answers attached to it from registrations that have the question.  It cannot be permanently deleted.',
32
+					'event_espresso'
33
+				),
34
+				'options'    => array(),
35
+			),
36
+			2 => array(
37
+				'content_id' => 'about-question-group-lock-icon',
38
+				'target'     => '.questiongroups .ee-system-lock',
39
+				'content'    => __('This question group is a system group and cannot be trashed', 'event_espresso'),
40
+				'options'    => array(),
41
+			),
42
+			3 => array(
43
+				'content_id' => 'about-non-system-qg-lock-icon',
44
+				'target'     => '.questiongroups .ee-alternate-color',
45
+				'content'    => __(
46
+					'This question group has questions that have answers attached to it from registrations that have the question. It cannot be permanently deleted.',
47
+					'event_espresso'
48
+				),
49
+				'options'    => array(),
50
+			),
51
+		);
52
+	}
53 53
 }
Please login to merge, or discard this patch.
espresso_ticket_selector/EES_Espresso_Ticket_Selector.shortcode.php 1 patch
Indentation   +46 added lines, -46 removed lines patch added patch discarded remove patch
@@ -10,50 +10,50 @@
 block discarded – undo
10 10
 class EES_Espresso_Ticket_Selector extends EES_Shortcode
11 11
 {
12 12
 
13
-    /**
14
-     * @deprecated 4.9.27
15
-     * @return  void
16
-     */
17
-    public static function set_hooks()
18
-    {
19
-    }
20
-
21
-
22
-
23
-    /**
24
-     * @deprecated 4.9.27
25
-     * @return  void
26
-     */
27
-    public static function set_hooks_admin()
28
-    {
29
-    }
30
-
31
-
32
-
33
-    /**
34
-     * @deprecated 4.9.27
35
-     * @param \WP $WP
36
-     */
37
-    public function run(WP $WP)
38
-    {
39
-    }
40
-
41
-
42
-    /**
43
-     * @deprecated 4.9.27
44
-     * @param       array   $attributes
45
-     * @return  string
46
-     */
47
-    public function process_shortcode($attributes = array())
48
-    {
49
-        \EE_Error::doing_it_wrong(
50
-            __METHOD__,
51
-            __(
52
-                'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoTicketSelector instead.',
53
-                'event_espresso'
54
-            ),
55
-            '4.9.27'
56
-        );
57
-        return '';
58
-    }
13
+	/**
14
+	 * @deprecated 4.9.27
15
+	 * @return  void
16
+	 */
17
+	public static function set_hooks()
18
+	{
19
+	}
20
+
21
+
22
+
23
+	/**
24
+	 * @deprecated 4.9.27
25
+	 * @return  void
26
+	 */
27
+	public static function set_hooks_admin()
28
+	{
29
+	}
30
+
31
+
32
+
33
+	/**
34
+	 * @deprecated 4.9.27
35
+	 * @param \WP $WP
36
+	 */
37
+	public function run(WP $WP)
38
+	{
39
+	}
40
+
41
+
42
+	/**
43
+	 * @deprecated 4.9.27
44
+	 * @param       array   $attributes
45
+	 * @return  string
46
+	 */
47
+	public function process_shortcode($attributes = array())
48
+	{
49
+		\EE_Error::doing_it_wrong(
50
+			__METHOD__,
51
+			__(
52
+				'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoTicketSelector instead.',
53
+				'event_espresso'
54
+			),
55
+			'4.9.27'
56
+		);
57
+		return '';
58
+	}
59 59
 }
Please login to merge, or discard this patch.
shortcodes/espresso_txn_page/EES_Espresso_Txn_Page.shortcode.php 1 patch
Indentation   +40 added lines, -40 removed lines patch added patch discarded remove patch
@@ -11,55 +11,55 @@
 block discarded – undo
11 11
 {
12 12
 
13 13
 
14
-    /**
15
-     * @deprecated 4.9.27
16
-     * @return  void
17
-     */
18
-    public static function set_hooks()
19
-    {
20
-    }
14
+	/**
15
+	 * @deprecated 4.9.27
16
+	 * @return  void
17
+	 */
18
+	public static function set_hooks()
19
+	{
20
+	}
21 21
 
22
-    /**
23
-     * @deprecated 4.9.27
24
-     * @return  void
25
-     */
26
-    public static function set_hooks_admin()
27
-    {
28
-    }
22
+	/**
23
+	 * @deprecated 4.9.27
24
+	 * @return  void
25
+	 */
26
+	public static function set_hooks_admin()
27
+	{
28
+	}
29 29
 
30 30
 
31 31
 
32
-    /**
33
-     * @deprecated 4.9.27
34
-     * @return  void
35
-     */
36
-    public static function set_definitions()
37
-    {
38
-    }
32
+	/**
33
+	 * @deprecated 4.9.27
34
+	 * @return  void
35
+	 */
36
+	public static function set_definitions()
37
+	{
38
+	}
39 39
 
40 40
 
41 41
 
42
-    /**
43
-     * @deprecated 4.9.27
44
-     * @param  WP $WP
45
-     * @return void
46
-     * @throws \Exception
47
-     * @throws \EE_Error
48
-     */
49
-    public function run(WP $WP)
50
-    {
51
-    }
42
+	/**
43
+	 * @deprecated 4.9.27
44
+	 * @param  WP $WP
45
+	 * @return void
46
+	 * @throws \Exception
47
+	 * @throws \EE_Error
48
+	 */
49
+	public function run(WP $WP)
50
+	{
51
+	}
52 52
 
53 53
 
54 54
 
55 55
 
56
-    /**
57
-     * @deprecated 4.9.27
58
-     * @param array $attributes
59
-     * @return string
60
-     */
61
-    public function process_shortcode($attributes = array())
62
-    {
63
-        return __('This is the Event Espresso Transactions page. This page receives instant payment notification (IPN) requests and should have a status of published, but should not be easily accessible by site visitors. Do not add it to your website\'s navigation menu or link to it from another page. Also, do not delete it or change its status to private.', 'event_espresso');
64
-    }
56
+	/**
57
+	 * @deprecated 4.9.27
58
+	 * @param array $attributes
59
+	 * @return string
60
+	 */
61
+	public function process_shortcode($attributes = array())
62
+	{
63
+		return __('This is the Event Espresso Transactions page. This page receives instant payment notification (IPN) requests and should have a status of published, but should not be easily accessible by site visitors. Do not add it to your website\'s navigation menu or link to it from another page. Also, do not delete it or change its status to private.', 'event_espresso');
64
+	}
65 65
 }
Please login to merge, or discard this patch.
shortcodes/espresso_events/EES_Espresso_Events.shortcode.php 1 patch
Indentation   +46 added lines, -46 removed lines patch added patch discarded remove patch
@@ -10,50 +10,50 @@
 block discarded – undo
10 10
 class EES_Espresso_Events extends EES_Shortcode
11 11
 {
12 12
 
13
-    /**
14
-     * @deprecated 4.9.27
15
-     *  @return     void
16
-     */
17
-    public static function set_hooks()
18
-    {
19
-    }
20
-
21
-    /**
22
-     * @deprecated 4.9.27
23
-     *  @return     void
24
-     */
25
-    public static function set_hooks_admin()
26
-    {
27
-    }
28
-
29
-
30
-
31
-    /**
32
-     * @deprecated 4.9.27
33
-     * @param WP $WP
34
-     * @return    void
35
-     */
36
-    public function run(WP $WP)
37
-    {
38
-    }
39
-
40
-
41
-
42
-    /**
43
-     * @deprecated 4.9.27
44
-     *  @param  array   $attributes
45
-     *  @return     string
46
-     */
47
-    public function process_shortcode($attributes = array())
48
-    {
49
-        \EE_Error::doing_it_wrong(
50
-            __METHOD__,
51
-            __(
52
-                'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoEvents instead.',
53
-                'event_espresso'
54
-            ),
55
-            '4.9.27'
56
-        );
57
-        return '';
58
-    }
13
+	/**
14
+	 * @deprecated 4.9.27
15
+	 *  @return     void
16
+	 */
17
+	public static function set_hooks()
18
+	{
19
+	}
20
+
21
+	/**
22
+	 * @deprecated 4.9.27
23
+	 *  @return     void
24
+	 */
25
+	public static function set_hooks_admin()
26
+	{
27
+	}
28
+
29
+
30
+
31
+	/**
32
+	 * @deprecated 4.9.27
33
+	 * @param WP $WP
34
+	 * @return    void
35
+	 */
36
+	public function run(WP $WP)
37
+	{
38
+	}
39
+
40
+
41
+
42
+	/**
43
+	 * @deprecated 4.9.27
44
+	 *  @param  array   $attributes
45
+	 *  @return     string
46
+	 */
47
+	public function process_shortcode($attributes = array())
48
+	{
49
+		\EE_Error::doing_it_wrong(
50
+			__METHOD__,
51
+			__(
52
+				'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoEvents instead.',
53
+				'event_espresso'
54
+			),
55
+			'4.9.27'
56
+		);
57
+		return '';
58
+	}
59 59
 }
Please login to merge, or discard this patch.
shortcodes/espresso_checkout/EES_Espresso_Checkout.shortcode.php 1 patch
Indentation   +49 added lines, -50 removed lines patch added patch discarded remove patch
@@ -6,66 +6,65 @@
 block discarded – undo
6 6
  * @package     Event Espresso
7 7
  * @subpackage  /shortcodes/
8 8
  * @author      Brent Christensen
9
-
10 9
  * ------------------------------------------------------------------------
11 10
  */
12 11
 class EES_Espresso_Checkout extends EES_Shortcode
13 12
 {
14 13
 
15
-    /**
16
-     *  set_hooks - for hooking into EE Core, modules, etc
17
-     *
18
-     *  @access     public
19
-     *  @return     void
20
-     */
21
-    public static function set_hooks()
22
-    {
23
-    }
14
+	/**
15
+	 *  set_hooks - for hooking into EE Core, modules, etc
16
+	 *
17
+	 *  @access     public
18
+	 *  @return     void
19
+	 */
20
+	public static function set_hooks()
21
+	{
22
+	}
24 23
 
25
-    /**
26
-     *  set_hooks_admin - for hooking into EE Admin Core, modules, etc
27
-     *
28
-     *  @access     public
29
-     *  @return     void
30
-     */
31
-    public static function set_hooks_admin()
32
-    {
33
-    }
24
+	/**
25
+	 *  set_hooks_admin - for hooking into EE Admin Core, modules, etc
26
+	 *
27
+	 *  @access     public
28
+	 *  @return     void
29
+	 */
30
+	public static function set_hooks_admin()
31
+	{
32
+	}
34 33
 
35 34
 
36 35
 
37
-    /**
38
-     *    run - initial shortcode module setup called during "wp_loaded" hook
39
-     *    this method is primarily used for loading resources that will be required by the shortcode when it is actually processed
40
-     *
41
-     * @access    public
42
-     * @param WP $WP
43
-     * @return    void
44
-     * @throws \EE_Error
45
-     */
46
-    public function run(WP $WP)
47
-    {
48
-    }
36
+	/**
37
+	 *    run - initial shortcode module setup called during "wp_loaded" hook
38
+	 *    this method is primarily used for loading resources that will be required by the shortcode when it is actually processed
39
+	 *
40
+	 * @access    public
41
+	 * @param WP $WP
42
+	 * @return    void
43
+	 * @throws \EE_Error
44
+	 */
45
+	public function run(WP $WP)
46
+	{
47
+	}
49 48
 
50 49
 
51 50
 
52
-    /**
53
-     *  process_shortcode - ESPRESSO_CHECKOUT
54
-     *
55
-     *  @access     public
56
-     *  @param      array   $attributes
57
-     *  @return     string
58
-     */
59
-    public function process_shortcode($attributes = array())
60
-    {
61
-        \EE_Error::doing_it_wrong(
62
-            __METHOD__,
63
-            __(
64
-                'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoCheckout::processShortcode() instead.',
65
-                'event_espresso'
66
-            ),
67
-            '4.9.27'
68
-        );
69
-        return '';
70
-    }
51
+	/**
52
+	 *  process_shortcode - ESPRESSO_CHECKOUT
53
+	 *
54
+	 *  @access     public
55
+	 *  @param      array   $attributes
56
+	 *  @return     string
57
+	 */
58
+	public function process_shortcode($attributes = array())
59
+	{
60
+		\EE_Error::doing_it_wrong(
61
+			__METHOD__,
62
+			__(
63
+				'Usage is deprecated. Please use \EventEspresso\core\domain\entities\shortcodes\EspressoCheckout::processShortcode() instead.',
64
+				'event_espresso'
65
+			),
66
+			'4.9.27'
67
+		);
68
+		return '';
69
+	}
71 70
 }
Please login to merge, or discard this patch.