@@ -295,7 +295,7 @@ |
||
295 | 295 | * @access private |
296 | 296 | * |
297 | 297 | * @param string $status Comment status. |
298 | - * @return string|bool New comment_approved value, false if the status doesn't affect it. |
|
298 | + * @return string|false New comment_approved value, false if the status doesn't affect it. |
|
299 | 299 | */ |
300 | 300 | private function comment_status_to_approval_value( $status ) { |
301 | 301 | switch ( $status ) { |