@@ -144,8 +144,8 @@ |
||
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 |