Completed
Branch dev (869f5d)
by
unknown
04:41
created
admin-page-framework-loader.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
      * @return      void
191 191
      */ 
192 192
     static public function setAdminNotice( $sMessage, $sClassAttribute='error' ) {
193
-        if ( ! is_admin() ) {  
193
+        if ( ! is_admin() ) {
194 194
             return; 
195 195
         }
196 196
         self::$_aAdminNotices[] = array(
Please login to merge, or discard this patch.