Completed
Branch dev (a3767f)
by Michael
40:38
created
factory/_abstract/form/_view/AdminPageFramework_Form_View__Resource.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
                  * @return      string
145 145
                  * @since       DEVVER
146 146
                  */
147
-                private function _getScriptElementConcealerCSSRules() {                    
147
+                private function _getScriptElementConcealerCSSRules() {
148 148
                     return ".admin-page-framework-form-js-on { visibility: hidden; }";
149 149
                 }
150 150
 
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
         );
282 282
         
283 283
         $_sID = $this->sanitizeSlug( strtolower( $this->oForm->aArguments[ 'caller_id' ] ) );
284
-        if ( $_sCSSRules ) {            
284
+        if ( $_sCSSRules ) {
285 285
             echo "<style type='text/css' id='inline-style-{$_sID}' class='admin-page-framework-form-style'>"
286 286
                     . $_sCSSRules
287 287
                 . "</style>";
Please login to merge, or discard this patch.
class/admin/_abstract/AdminPageFrameworkLoader_AdminPage_Tab_ReadMeBase.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
         foreach( ( array ) $asSections as $_sSection  ) {
38 38
             $_sContent .= $_oWPReadmeParser->getSection( $_sSection );  
39 39
         }        
40
-        if ( $sTOCTitle ) {            
40
+        if ( $sTOCTitle ) {
41 41
             $_oTOC = new AdminPageFramework_TableOfContents(
42 42
                 $_sContent,
43 43
                 4,
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
             if ( ! isset( $_aMatches[ 1 ] ) ) {
128 128
                 continue;
129 129
             }
130
-            if ( isset( $_aSplitContents[ $_iIndex + 1 ] ) )  {
130
+            if ( isset( $_aSplitContents[ $_iIndex + 1 ] ) ) {
131 131
                 $_aContents[] = array( 
132 132
                     $_aMatches[ 1 ],
133 133
                     $_aSplitContents[ $_iIndex + 1 ]
Please login to merge, or discard this patch.
help/AdminPageFrameworkLoader_AdminPage_Help_Example.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
         /**
53 53
          * @return      string
54 54
          */
55
-        private function getReadMeContents()  {       
55
+        private function getReadMeContents() {
56 56
             return $this->_getReadmeContents( 
57 57
                 AdminPageFrameworkLoader_Registry::$sDirPath . '/asset/text/examples.txt',
58 58
                 '',
Please login to merge, or discard this patch.
admin-page-framework/help/AdminPageFrameworkLoader_AdminPage_Help_FAQ.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
             return $_aNestedSections;
81 81
             
82 82
         }
83
-        private function getFAQContents()  {
83
+        private function getFAQContents() {
84 84
             
85 85
             $_aReplacements   = array(
86 86
                 '%PLUGIN_DIR_URL%'  => AdminPageFrameworkLoader_Registry::getPluginURL(),
Please login to merge, or discard this patch.
admin-page-framework/help/AdminPageFrameworkLoader_AdminPage_Help_Tip.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
         /**
54 54
          * @return      string
55 55
          */
56
-        private function getReadMeContents()  {       
56
+        private function getReadMeContents() {
57 57
             return $this->_getReadmeContents( 
58 58
                 AdminPageFrameworkLoader_Registry::$sDirPath . '/readme.txt', // source path
59 59
                 '', // TOC title
Please login to merge, or discard this patch.