Completed
Branch master (4b970b)
by Michael
05:13
created
AdminPageFrameworkLoader_AdminPageMetaBox_ExternalLinks.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,12 +24,12 @@
 block discarded – undo
24 24
      */
25 25
     public function content( $sContent ) {
26 26
         
27
-        $_aReplacements   = array(
27
+        $_aReplacements = array(
28 28
             '%PLUGIN_DIR_URL%'  => AdminPageFrameworkLoader_Registry::getPluginURL(),
29 29
             '%WP_ADMIN_URL%'    => admin_url(),
30 30
         );
31 31
         $_oWPReadmeParser = new AdminPageFramework_WPReadmeParser( 
32
-            AdminPageFrameworkLoader_Registry::$sDirPath . '/asset/text/about.txt',
32
+            AdminPageFrameworkLoader_Registry::$sDirPath.'/asset/text/about.txt',
33 33
             $_aReplacements
34 34
         );
35 35
         return ''
Please login to merge, or discard this patch.
AdminPageFrameworkLoader_AdminPageMetaBox_Notification.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     
28 28
     public function replyToDecideToLoad( $oScreen ) {
29 29
 
30
-        if ( ! $this->_isInThePage() ) {
30
+        if ( !$this->_isInThePage() ) {
31 31
             return;
32 32
         }
33 33
         
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
         
39 39
         // Retrieve the development version.
40 40
         $this->_sDevelopmentVersion = $this->oUtil->getTransient( 
41
-            AdminPageFrameworkLoader_Registry::TRANSIENT_PREFIX . 'devver'
41
+            AdminPageFrameworkLoader_Registry::TRANSIENT_PREFIX.'devver'
42 42
         );
43 43
 
44 44
         // Disable the meta box if the development version is not above the running one.
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
          */
58 58
         private function _scheduleEvent() {
59 59
             
60
-            $_sActionName = AdminPageFrameworkLoader_Registry::HOOK_SLUG . '_action_get_development_version';
60
+            $_sActionName = AdminPageFrameworkLoader_Registry::HOOK_SLUG.'_action_get_development_version';
61 61
             $_aArguments  = array();
62 62
             if ( wp_next_scheduled( $_sActionName, $_aArguments ) ) {
63 63
                 return false; 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
                 )
92 92
             . "</p>"
93 93
             . "<div style='width:100%; display:inline-block;'>"
94
-                . '<a href="' . esc_url( 'https://github.com/michaeluno/admin-page-framework/archive/dev.zip' ). '">'
94
+                . '<a href="'.esc_url( 'https://github.com/michaeluno/admin-page-framework/archive/dev.zip' ).'">'
95 95
                     . "<div class='button button-primary float-right'>"  
96 96
                         . __( 'Download', 'admin-page-framework-loader' )
97 97
                     . "</div>"            
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
             . "</div>"
100 100
             ;
101 101
             
102
-        return $_sInsert . $sContent;        
102
+        return $_sInsert.$sContent;        
103 103
         
104 104
     }
105 105
  
Please login to merge, or discard this patch.
admin-page-framework/addon/AdminPageFrameworkLoader_AdminPage_Addon_Top.php 2 patches
Spacing   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -33,8 +33,8 @@  discard block
 block discarded – undo
33 33
         // add_filter( 'wp_feed_cache_transient_lifetime', '__return_zero' );        
34 34
 
35 35
         // Styles
36
-        $this->oFactory->enqueueStyle( AdminPageFrameworkLoader_Registry::$sDirPath . '/asset/css/column.css' );  
37
-        $this->oFactory->enqueueStyle( AdminPageFrameworkLoader_Registry::$sDirPath . '/asset/css/feed-list.css' );  
36
+        $this->oFactory->enqueueStyle( AdminPageFrameworkLoader_Registry::$sDirPath.'/asset/css/column.css' );  
37
+        $this->oFactory->enqueueStyle( AdminPageFrameworkLoader_Registry::$sDirPath.'/asset/css/feed-list.css' );  
38 38
         
39 39
         // $this->oFactory->setPageTitleVisibility( false );
40 40
         $this->oFactory->setInPageTabsVisibility( false );
@@ -47,9 +47,9 @@  discard block
 block discarded – undo
47 47
     public function replyToDoTab() {
48 48
         
49 49
         $_oFeedList  = new AdminPageFrameworkLoader_FeedList( $this->sRSSURL );
50
-        $_aFeedItems = apply_filters( AdminPageFrameworkLoader_Registry::HOOK_SLUG . '_filter_admin_add_ons', $this->_getDemo() + $_oFeedList->get() );
50
+        $_aFeedItems = apply_filters( AdminPageFrameworkLoader_Registry::HOOK_SLUG.'_filter_admin_add_ons', $this->_getDemo() + $_oFeedList->get() );
51 51
         if ( empty( $_aFeedItems ) ) {
52
-            echo "<p>" . __( 'No add-on could be found.', 'admin-page-framework-loader' ) . "</p>";
52
+            echo "<p>".__( 'No add-on could be found.', 'admin-page-framework-loader' )."</p>";
53 53
             return;
54 54
         }        
55 55
         
@@ -67,13 +67,13 @@  discard block
 block discarded – undo
67 67
         private function _getList( array $aFeedItems ) {
68 68
 
69 69
             $_aOutput       = array();
70
-            $_aColumnInfo   = array (    // this will be modified as the items get rendered
70
+            $_aColumnInfo   = array(    // this will be modified as the items get rendered
71 71
                 'bRowTagOpened'      => false,
72 72
                 'bRowTagClosed'      => false,
73 73
                 'iCurrRowPos'        => 0,
74 74
                 'iCurrColPos'        => 0,
75 75
             );            
76
-            $_aColumnOption = array (
76
+            $_aColumnOption = array(
77 77
                 'iMaxCols'           => 3,
78 78
                 'sClassAttr'         => 'apfl_columns',
79 79
                 'sClassAttrGroup'    => 'apfl_columns_box',
@@ -82,9 +82,9 @@  discard block
 block discarded – undo
82 82
                 'sClassAttrFirstCol' => 'apfl_columns_first_col',
83 83
             );                
84 84
                 
85
-            $_sSiteURLWOQuery   = preg_replace( '/\?.*/', '', get_bloginfo( 'url' ) );
86
-            foreach( $aFeedItems as $_aItem ) {
87
-                $_aOutput[] = $this->_getFeedListItem( 
85
+            $_sSiteURLWOQuery = preg_replace( '/\?.*/', '', get_bloginfo( 'url' ) );
86
+            foreach ( $aFeedItems as $_aItem ) {
87
+                $_aOutput[ ] = $this->_getFeedListItem( 
88 88
                     ( array ) $_aItem, 
89 89
                     $_aColumnInfo, 
90 90
                     $_aColumnOption, 
@@ -93,14 +93,14 @@  discard block
 block discarded – undo
93 93
             }
94 94
             
95 95
             // If the section (row) tag is not closed, close it.
96
-            if ( $_aColumnInfo[ 'bRowTagOpened' ] && ! $_aColumnInfo[ 'bRowTagClosed' ] ) { 
97
-                $_aOutput[] = '</div>';    
96
+            if ( $_aColumnInfo[ 'bRowTagOpened' ] && !$_aColumnInfo[ 'bRowTagClosed' ] ) { 
97
+                $_aOutput[ ] = '</div>';    
98 98
             }
99 99
             $_aColumnInfo[ 'bRowTagClosed' ] = true;
100 100
             
101 101
             // Enclose the output in the group tag
102 102
             return '<div class="apfl_addon_list_container">' 
103
-                    . '<div class="' . $_aColumnOption[ 'sClassAttr' ] . ' ' . $_aColumnOption[ 'sClassAttrGroup' ] . '">'
103
+                    . '<div class="'.$_aColumnOption[ 'sClassAttr' ].' '.$_aColumnOption[ 'sClassAttrGroup' ].'">'
104 104
                         . implode( '', $_aOutput )
105 105
                     . '</div>'
106 106
                 . '</div>';
@@ -110,10 +110,10 @@  discard block
 block discarded – undo
110 110
              * Returns an HTML output from the given feed item array.
111 111
              * @return      string
112 112
              */
113
-            private function _getFeedListItem( array $aItem, array &$aColumnInfo, array $aColumnOption, $sSiteURLWOQuery='' ) {
113
+            private function _getFeedListItem( array $aItem, array &$aColumnInfo, array $aColumnOption, $sSiteURLWOQuery = '' ) {
114 114
                 
115 115
                 // Initial checks
116
-                if ( ! isset( $aItem[ 'title' ] ) ) { 
116
+                if ( !isset( $aItem[ 'title' ] ) ) { 
117 117
                     return ''; 
118 118
                 }
119 119
                 
@@ -139,20 +139,20 @@  discard block
 block discarded – undo
139 139
                 $_sTarget = '';
140 140
                 
141 141
                 // Enclose the item buffer into the item container
142
-                $_sItem = '<div class="' . $aColumnOption['sClassAttrCol'] 
143
-                    . ' apfl_col_element_of_' . $aColumnOption['iMaxCols'] . ' '
142
+                $_sItem = '<div class="'.$aColumnOption[ 'sClassAttrCol' ] 
143
+                    . ' apfl_col_element_of_'.$aColumnOption[ 'iMaxCols' ].' '
144 144
                     . ' apfl_extension '
145
-                    . ( ( 1 == $aColumnInfo['iCurrColPos'] ) ?  $aColumnOption['sClassAttrFirstCol']  : '' )
145
+                    . ( ( 1 == $aColumnInfo[ 'iCurrColPos' ] ) ? $aColumnOption[ 'sClassAttrFirstCol' ] : '' )
146 146
                     . '"'
147 147
                     . '>' 
148 148
                         . '<div class="apfl_addon_item">' 
149
-                            . "<h4 class='apfl_feed_item_title'>{$aItem['title']}</h4>"
149
+                            . "<h4 class='apfl_feed_item_title'>{$aItem[ 'title' ]}</h4>"
150 150
                             . "<div class='apfl_feed_item_description'>"
151
-                                . $aItem['description'] 
151
+                                . $aItem[ 'description' ] 
152 152
                             . "</div>"
153 153
                             . "<div class='get-now apfl_feed_item_link_button'>"
154
-                                . "<a href='" . esc_url( $aItem[ 'link' ] ) . "' target='{$_sTarget}' rel='nofollow' class='button button-secondary'>" 
155
-                                    . $aItem['label']
154
+                                . "<a href='".esc_url( $aItem[ 'link' ] )."' target='{$_sTarget}' rel='nofollow' class='button button-secondary'>" 
155
+                                    . $aItem[ 'label' ]
156 156
                                 . "</a>"
157 157
                             . "</div>"
158 158
                         . '</div>'
@@ -160,18 +160,18 @@  discard block
 block discarded – undo
160 160
                 
161 161
                 // If it's the first item in the row, add the class attribute. 
162 162
                 // Be aware that at this point, the tag will be unclosed. Therefore, it must be closed later at some point. 
163
-                if ( 1 == $aColumnInfo['iCurrColPos'] ) {
164
-                    $aColumnInfo['bRowTagOpened'] = true;
165
-                    $_sItem = '<div class="' . $aColumnOption['sClassAttrRow']  . '">' 
163
+                if ( 1 == $aColumnInfo[ 'iCurrColPos' ] ) {
164
+                    $aColumnInfo[ 'bRowTagOpened' ] = true;
165
+                    $_sItem = '<div class="'.$aColumnOption[ 'sClassAttrRow' ].'">' 
166 166
                         . $_sItem;
167 167
                 }
168 168
             
169 169
                 // If the current column position reached the set max column, increment the current position of row
170
-                if ( 0 === ( $aColumnInfo['iCurrColPos'] % $aColumnOption['iMaxCols'] ) ) {
171
-                    $aColumnInfo['iCurrRowPos']++;          // increment the row number
172
-                    $aColumnInfo['iCurrColPos'] = 0;        // reset the current column position
173
-                    $_sItem .= '</div>';  // close the section(row) div tag
174
-                    $aColumnInfo['bRowTagClosed'] = true;
170
+                if ( 0 === ( $aColumnInfo[ 'iCurrColPos' ] % $aColumnOption[ 'iMaxCols' ] ) ) {
171
+                    $aColumnInfo[ 'iCurrRowPos' ]++; // increment the row number
172
+                    $aColumnInfo[ 'iCurrColPos' ] = 0; // reset the current column position
173
+                    $_sItem .= '</div>'; // close the section(row) div tag
174
+                    $aColumnInfo[ 'bRowTagClosed' ] = true;
175 175
                 }        
176 176
                 return $_sItem;
177 177
                 
@@ -183,14 +183,14 @@  discard block
 block discarded – undo
183 183
          */
184 184
         private function _getDemo() {
185 185
             
186
-            $_oOption = AdminPageFrameworkLoader_Option::getInstance( AdminPageFrameworkLoader_Registry::$aOptionKeys['main'] );
186
+            $_oOption = AdminPageFrameworkLoader_Option::getInstance( AdminPageFrameworkLoader_Registry::$aOptionKeys[ 'main' ] );
187 187
             $_bEnabled = $_oOption->get( 'enable_demo' );
188 188
             
189 189
             $_sTitle = __( 'Demo', 'admin=page-framework-loader' );
190 190
             return array( 
191 191
                 $_sTitle => array(
192 192
                     'title'         => $_sTitle,
193
-                    'description'   => '<div style="text-align: center;" class="aligncenter"><img class="aligncenter" src="' . AdminPageFrameworkLoader_Registry::getPluginURL( '/asset/image/icon-128x128.png' ) . '" alt="' . esc_attr( $_sTitle ) . '"/></div>'
193
+                    'description'   => '<div style="text-align: center;" class="aligncenter"><img class="aligncenter" src="'.AdminPageFrameworkLoader_Registry::getPluginURL( '/asset/image/icon-128x128.png' ).'" alt="'.esc_attr( $_sTitle ).'"/></div>'
194 194
                         . '<p>'
195 195
                             . __( 'Showcases the features of Admin Page Framework.', 'admin-page-framework-loader' )
196 196
                         . '</p>',
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
                                 ? 0 
201 201
                                 : 1,
202 202
                         ) + $_GET,
203
-                        admin_url( $GLOBALS['pagenow'] )
203
+                        admin_url( $GLOBALS[ 'pagenow' ] )
204 204
                     ),
205 205
                     'label'         => $_bEnabled
206 206
                         ? __( 'Deactivate', 'admin-page-framework-loader' )
Please login to merge, or discard this patch.
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
             }
94 94
             
95 95
             // If the section (row) tag is not closed, close it.
96
-            if ( $_aColumnInfo[ 'bRowTagOpened' ] && ! $_aColumnInfo[ 'bRowTagClosed' ] ) { 
96
+            if ( $_aColumnInfo[ 'bRowTagOpened' ] && ! $_aColumnInfo[ 'bRowTagClosed' ] ) {
97 97
                 $_aOutput[] = '</div>';    
98 98
             }
99 99
             $_aColumnInfo[ 'bRowTagClosed' ] = true;
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
             private function _getFeedListItem( array $aItem, array &$aColumnInfo, array $aColumnOption, $sSiteURLWOQuery='' ) {
114 114
                 
115 115
                 // Initial checks
116
-                if ( ! isset( $aItem[ 'title' ] ) ) { 
116
+                if ( ! isset( $aItem[ 'title' ] ) ) {
117 117
                     return ''; 
118 118
                 }
119 119
                 
Please login to merge, or discard this patch.
admin-page-framework/help/AdminPageFrameworkLoader_AdminPage_Help_Debug.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     
35 35
     public function replyToDoTab( $oFactory ) {
36 36
         
37
-        echo "<h3>" . __( 'Saved Options', 'admin-page-framework-loader' ) . "</h3>";
37
+        echo "<h3>".__( 'Saved Options', 'admin-page-framework-loader' )."</h3>";
38 38
         $oFactory->oDebug->dump( $oFactory->oProp->aOptions );
39 39
         
40 40
     }
Please login to merge, or discard this patch.
help/AdminPageFrameworkLoader_AdminPage_Help_Report_Report.php 2 patches
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
                 'title'             => __( 'Your Name', 'admin-page-framework-loader' ),
30 30
                 'type'              => 'text',
31 31
                 'default'           => $_oCurrentUser->user_lastname || $_oCurrentUser->user_firstname 
32
-                    ? $_oCurrentUser->user_lastname . ' ' .  $_oCurrentUser->user_lastname 
32
+                    ? $_oCurrentUser->user_lastname.' '.$_oCurrentUser->user_lastname 
33 33
                     : '',
34 34
                 'attributes'        => array(
35 35
                     'required'      => 'required',
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
             array(
113 113
                 'field_id'          => 'allow_sending_system_information',
114 114
                 'title'             => __( 'Confirmation', 'admin-page-framework-loader' ) 
115
-                    . ' (' . __( 'required', 'admin-page-framework-loader' ) . ')',
115
+                    . ' ('.__( 'required', 'admin-page-framework-loader' ).')',
116 116
                 'type'              => 'checkbox',
117 117
                 'label'             => __( 'I understand that the system information including a PHP version and WordPress version etc. will be sent along with the messages to help developer trouble-shoot the problem.', 'admin-page-framework-loader' ),
118 118
                 'attributes'        => array(
@@ -167,12 +167,12 @@  discard block
 block discarded – undo
167 167
         $_bIsValid = true;
168 168
         $_aErrors  = array();
169 169
       
170
-        if ( ! $aInput[ 'allow_sending_system_information' ] ) {
170
+        if ( !$aInput[ 'allow_sending_system_information' ] ) {
171 171
             $_bIsValid = false;
172 172
             $_aErrors[ 'allow_sending_system_information' ] = __( 'We need necessary information to help you.', 'admin-page-framework-loader' );
173 173
         }
174 174
         
175
-        if ( ! $_bIsValid ) {
175
+        if ( !$_bIsValid ) {
176 176
         
177 177
             $oFactory->setFieldErrors( $_aErrors );     
178 178
             $oFactory->setSettingNotice( __( 'Please help us to help you.', 'admin-page-framework-loader' ) );
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
      */
164 164
     public function validate( $aInput, $aOldInput, $oFactory, $aSubmit ) {
165 165
     
166
-       // Local variables
166
+        // Local variables
167 167
         $_bIsValid = true;
168 168
         $_aErrors  = array();
169 169
       
Please login to merge, or discard this patch.
tool/generator/AdminPageFrameworkLoader_AdminPage_Tool_Generator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
             $oAdminPage,
27 27
             $this->sPageSlug, 
28 28
             array(
29
-                'section_id'    => $this->sTabSlug,       // avoid hyphen(dash), dots, and white spaces
29
+                'section_id'    => $this->sTabSlug, // avoid hyphen(dash), dots, and white spaces
30 30
                 'tab_slug'      => $this->sTabSlug,
31 31
                 'title'         => __( 'Download Framework', 'admin-page-framework-loader' ),
32 32
                 'description'   => array(
Please login to merge, or discard this patch.
dashboard/welcome/AdminPageFrameworkLoader_AdminPageWelcome_Welcome.php 2 patches
Spacing   +25 added lines, -25 removed lines patch added patch discarded remove patch
@@ -29,9 +29,9 @@  discard block
 block discarded – undo
29 29
                 'tab_slug'          => $this->sTabSlug,
30 30
                 'section_id'        => $this->sTabSlug,
31 31
                 'section_tab_slug'  => 'welcome',
32
-                'title'             => __( "What's New", 'admin-page-framework-loader' ),   // '
32
+                'title'             => __( "What's New", 'admin-page-framework-loader' ), // '
33 33
                 'content'           => $this->_getReadmeContents( 
34
-                    AdminPageFrameworkLoader_Registry::$sDirPath . '/asset/text/about.txt',
34
+                    AdminPageFrameworkLoader_Registry::$sDirPath.'/asset/text/about.txt',
35 35
                     '', // TOC title
36 36
                     array( 'New Features' ) // section
37 37
                 )
@@ -40,10 +40,10 @@  discard block
 block discarded – undo
40 40
                 'tab_slug'          => $this->sTabSlug,
41 41
                 'section_tab_slug'  => $this->sTabSlug,
42 42
                 'section_id'        => 'getting_started',
43
-                'title'             => __( "Getting Started", 'admin-page-framework-loader' ),   // '
43
+                'title'             => __( "Getting Started", 'admin-page-framework-loader' ), // '
44 44
                 'content'           => $this->_getReadmeContents( 
45
-                    AdminPageFrameworkLoader_Registry::$sDirPath . '/asset/text/about.txt', 
46
-                    "<h3>" . __( 'Contents', 'admin-page-framework-loader' ) . "</h3>", 
45
+                    AdminPageFrameworkLoader_Registry::$sDirPath.'/asset/text/about.txt', 
46
+                    "<h3>".__( 'Contents', 'admin-page-framework-loader' )."</h3>", 
47 47
                     array( 'Getting Started', 'Tutorials' )
48 48
                 ),
49 49
             ),
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
                 'tab_slug'          => $this->sTabSlug,
52 52
                 'section_tab_slug'  => $this->sTabSlug,
53 53
                 'section_id'        => 'change_log',
54
-                'title'             => __( "Change Log", 'admin-page-framework-loader' ),   // '
54
+                'title'             => __( "Change Log", 'admin-page-framework-loader' ), // '
55 55
                 'content'           => $this->_getChangeLog(),
56 56
             )             
57 57
         );
@@ -87,13 +87,13 @@  discard block
 block discarded – undo
87 87
             array(
88 88
                 'field_id'      => 'github_star',
89 89
                 'type'          => 'github',     
90
-                'user_name'     => 'michaeluno',    // the GitHub account ID
91
-                'button_type'   => 'star',          // either of the followings: follow, star, watch, fork, issue
90
+                'user_name'     => 'michaeluno', // the GitHub account ID
91
+                'button_type'   => 'star', // either of the followings: follow, star, watch, fork, issue
92 92
                 'count'         => false,
93 93
                 'repository'    => 'admin-page-framework',
94 94
                 'size'          => 'mega',
95 95
                 'attributes'    => array(
96
-                    'data-text' => ' ' . AdminPageFramework_Registry::NAME . ' ' . AdminPageFramework_Registry::getVersion() . ' ',
96
+                    'data-text' => ' '.AdminPageFramework_Registry::NAME.' '.AdminPageFramework_Registry::getVersion().' ',
97 97
                     // 'data-icon' => 'octicon-mark-github',
98 98
                 ),
99 99
                 'description'   => __( 'Star the repository and get Involved!', 'admin-page-framework-loader' ),
@@ -133,26 +133,26 @@  discard block
 block discarded – undo
133 133
          * @since       3.6.1
134 134
          * @return      void
135 135
          */
136
-        private function _getChangeLog( $sSection='Changelog' ) {
136
+        private function _getChangeLog( $sSection = 'Changelog' ) {
137 137
             
138
-            $_aReplacements   = array(
138
+            $_aReplacements = array(
139 139
                 '%PLUGIN_DIR_URL%'  => AdminPageFrameworkLoader_Registry::getPluginURL(),
140 140
                 '%WP_ADMIN_URL%'    => admin_url(),
141 141
             );
142 142
             $_oWPReadmeParser = new AdminPageFramework_WPReadmeParser( 
143
-                AdminPageFrameworkLoader_Registry::$sDirPath . '/readme.txt',
143
+                AdminPageFrameworkLoader_Registry::$sDirPath.'/readme.txt',
144 144
                 $_aReplacements
145 145
             );    
146 146
             $_sChangeLog = $_oWPReadmeParser->getSection( $sSection );  
147 147
             $_oWPReadmeParser = new AdminPageFramework_WPReadmeParser( 
148
-                AdminPageFrameworkLoader_Registry::$sDirPath . '/changelog.md',
148
+                AdminPageFrameworkLoader_Registry::$sDirPath.'/changelog.md',
149 149
                 $_aReplacements
150 150
             );    
151 151
             $_sChangeLog .= $_oWPReadmeParser->getSection( $sSection );  
152 152
                
153 153
             $_sChangeLog = $_sChangeLog
154 154
                 ? $_sChangeLog
155
-                : '<p>' . __( 'No valid changlog was found.', 'admin-page-framework-loader' ) . '</p>';
155
+                : '<p>'.__( 'No valid changlog was found.', 'admin-page-framework-loader' ).'</p>';
156 156
             return "<div class='changelog'>"
157 157
                 . $_sChangeLog
158 158
                 . "</div>";
@@ -183,18 +183,18 @@  discard block
 block discarded – undo
183 183
                 return '';
184 184
             }
185 185
         
186
-            $_aOutput   = array();
186
+            $_aOutput = array();
187 187
             foreach ( $_aContributors as $_oContributor ) {
188
-                $_aOutput[] = '<li class="wp-person">';
189
-                $_aOutput[] .= sprintf( '<a href="%s" title="%s">',
190
-                    esc_url( 'https://github.com/' . $_oContributor->login ),
188
+                $_aOutput[ ] = '<li class="wp-person">';
189
+                $_aOutput[ ] .= sprintf( '<a href="%s" title="%s">',
190
+                    esc_url( 'https://github.com/'.$_oContributor->login ),
191 191
                     esc_html( sprintf( __( 'View %s', 'admin-page-framework-loader' ), $_oContributor->login ) )
192 192
                 );
193
-                $_aOutput[] .= sprintf( '<img src="%s" width="64" height="64" class="gravatar" alt="%s" />', esc_url( $_oContributor->avatar_url ), esc_html( $_oContributor->login ) );
194
-                $_aOutput[] .= '</a>';
195
-                $_aOutput[] .= sprintf( '<a class="web" href="%s">%s</a>', esc_url( 'https://github.com/' . $_oContributor->login ), esc_html( $_oContributor->login ) );
196
-                $_aOutput[] .= '</a>';
197
-                $_aOutput[] .= '</li>';
193
+                $_aOutput[ ] .= sprintf( '<img src="%s" width="64" height="64" class="gravatar" alt="%s" />', esc_url( $_oContributor->avatar_url ), esc_html( $_oContributor->login ) );
194
+                $_aOutput[ ] .= '</a>';
195
+                $_aOutput[ ] .= sprintf( '<a class="web" href="%s">%s</a>', esc_url( 'https://github.com/'.$_oContributor->login ), esc_html( $_oContributor->login ) );
196
+                $_aOutput[ ] .= '</a>';
197
+                $_aOutput[ ] .= '</li>';
198 198
             }
199 199
 
200 200
             return '<ul class="wp-people-group">'
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
                 return $_aContributors;
219 219
             }
220 220
 
221
-            $_mResponse = wp_remote_get( $sRepositoryURL . '/contributors', array( 'sslverify' => false ) );
221
+            $_mResponse = wp_remote_get( $sRepositoryURL.'/contributors', array( 'sslverify' => false ) );
222 222
 
223 223
             if ( is_wp_error( $_mResponse ) || 200 != wp_remote_retrieve_response_code( $_mResponse ) ) {
224 224
                 return array();
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
 
227 227
             $_aContributors = json_decode( wp_remote_retrieve_body( $_mResponse ) );
228 228
 
229
-            if ( ! is_array( $_aContributors ) )
229
+            if ( !is_array( $_aContributors ) )
230 230
                 return array();
231 231
 
232 232
             set_transient( 'apfl_contributors', $_aContributors, 3600 );
Please login to merge, or discard this patch.
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -226,8 +226,9 @@
 block discarded – undo
226 226
 
227 227
             $_aContributors = json_decode( wp_remote_retrieve_body( $_mResponse ) );
228 228
 
229
-            if ( ! is_array( $_aContributors ) )
230
-                return array();
229
+            if ( ! is_array( $_aContributors ) ) {
230
+                            return array();
231
+            }
231 232
 
232 233
             set_transient( 'apfl_contributors', $_aContributors, 3600 );
233 234
 
Please login to merge, or discard this patch.
include/class/admin/network-admin/AdminPageFrameworkLoader_NetworkAdmin.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -18,19 +18,19 @@  discard block
 block discarded – undo
18 18
      */
19 19
     public function start() {
20 20
   
21
-        if ( ! $this->oProp->bIsAdmin ) {
21
+        if ( !$this->oProp->bIsAdmin ) {
22 22
             return;
23 23
         }
24
-        if ( ! is_network_admin() ) {
24
+        if ( !is_network_admin() ) {
25 25
             return;
26 26
         }
27 27
           
28 28
         // Enable / disable the demo pages
29
-        if ( isset( $_GET['enable_apfl_demo_pages'] ) ) {
29
+        if ( isset( $_GET[ 'enable_apfl_demo_pages' ] ) ) {
30 30
             
31 31
             // Update the options and reload the page
32
-            $_oOption = AdminPageFrameworkLoader_Option::getInstance( AdminPageFrameworkLoader_Registry::$aOptionKeys['main'] );
33
-            $_oOption->update( 'enable_demo', $_GET['enable_apfl_demo_pages'] );
32
+            $_oOption = AdminPageFrameworkLoader_Option::getInstance( AdminPageFrameworkLoader_Registry::$aOptionKeys[ 'main' ] );
33
+            $_oOption->update( 'enable_demo', $_GET[ 'enable_apfl_demo_pages' ] );
34 34
             exit( wp_safe_redirect( remove_query_arg( 'enable_apfl_demo_pages' ) ) );
35 35
             
36 36
         }
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
             $this->_getDemoSwitcherLink( $this->oProp->aOptions )
50 50
         );
51 51
         $this->addLinkToPluginDescription(
52
-            "<a href='https://wordpress.org/support/plugin/admin-page-framework' target='_blank'>" . __( 'Support', 'admin-page-framework-loader' ) . "</a>"
52
+            "<a href='https://wordpress.org/support/plugin/admin-page-framework' target='_blank'>".__( 'Support', 'admin-page-framework-loader' )."</a>"
53 53
         );
54 54
         
55 55
     }
@@ -57,10 +57,10 @@  discard block
 block discarded – undo
57 57
         /**
58 58
          * Returns the switch link of the demo pages.
59 59
          */
60
-        private function _getDemoSwitcherLink( $mOptions=array() ) {
60
+        private function _getDemoSwitcherLink( $mOptions = array() ) {
61 61
             
62
-            $_bEnabled  = isset( $mOptions['enable_demo'] ) && $mOptions['enable_demo'];
63
-            $_sLink    = esc_url( 
62
+            $_bEnabled = isset( $mOptions[ 'enable_demo' ] ) && $mOptions[ 'enable_demo' ];
63
+            $_sLink = esc_url( 
64 64
                 add_query_arg( 
65 65
                     array( 
66 66
                         'enable_apfl_demo_pages' => $_bEnabled ? 0 : 1,
@@ -68,8 +68,8 @@  discard block
 block discarded – undo
68 68
                 )
69 69
             );        
70 70
             return $_bEnabled
71
-                ? "<a href='{$_sLink}'>" . __( 'Disable Demo', 'admin-page-framework-loader' ) . "</a>"
72
-                : "<a href='{$_sLink}'><strong style='font-size: 1em;'>" . __( 'Enable Demo', 'admin-page-framework-loader' ) . "</strong></a>";
71
+                ? "<a href='{$_sLink}'>".__( 'Disable Demo', 'admin-page-framework-loader' )."</a>"
72
+                : "<a href='{$_sLink}'><strong style='font-size: 1em;'>".__( 'Enable Demo', 'admin-page-framework-loader' )."</strong></a>";
73 73
             
74 74
         }            
75 75
 
Please login to merge, or discard this patch.
include/class/event/AdminPageFrameworkLoader_Event.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public function __construct() {
25 25
         
26 26
         new AdminPageFrameworkLoader_Event_Action_GetDevelopmentVersion(
27
-            AdminPageFrameworkLoader_Registry::HOOK_SLUG . '_action_get_development_version'  // action name
27
+            AdminPageFrameworkLoader_Registry::HOOK_SLUG.'_action_get_development_version'  // action name
28 28
         );
29 29
                 
30 30
     }
Please login to merge, or discard this patch.