Passed
Push — master ( ab9b1d...ea9273 )
by Nirjhar
04:28
created
src/settings.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -144,8 +144,8 @@
 block discarded – undo
144 144
 		//Set screen option
145 145
 		public function set_screen($status, $option, $value) {
146 146
 
147
-    		if ( 'post_per_page' == $option ) return $value; // Related to PLUGIN_TABLE()
148
-    			//return $status;
147
+			if ( 'post_per_page' == $option ) return $value; // Related to PLUGIN_TABLE()
148
+				//return $status;
149 149
 		}
150 150
 
151 151
 
Please login to merge, or discard this patch.