Completed
Push — master ( 760553...dce43d )
by J.D.
03:49
created
src/wordpoints.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
  *
51 51
  * @since 1.2.0
52 52
  */
53
-include_once dirname( __FILE__ ) . '/includes/constants.php';
53
+include_once dirname(__FILE__) . '/includes/constants.php';
54 54
 
55 55
 /**
56 56
  * Core functions.
@@ -97,10 +97,10 @@  discard block
 block discarded – undo
97 97
  *
98 98
  * @since 2.1.0
99 99
  */
100
-require_once( WORDPOINTS_DIR . 'classes/class/autoloader.php' );
100
+require_once(WORDPOINTS_DIR . 'classes/class/autoloader.php');
101 101
 
102 102
 // Register the classes to autoload.
103
-WordPoints_Class_Autoloader::register_dir( WORDPOINTS_DIR . 'classes' );
103
+WordPoints_Class_Autoloader::register_dir(WORDPOINTS_DIR . 'classes');
104 104
 
105 105
 // Set up the components class.
106 106
 WordPoints_Components::set_up();
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
  */
120 120
 include_once WORDPOINTS_DIR . 'includes/deprecated.php';
121 121
 
122
-if ( is_admin() ) {
122
+if (is_admin()) {
123 123
 
124 124
 	// We are on the administration side of the site.
125 125
 
Please login to merge, or discard this patch.