@@ -325,7 +325,7 @@ |
||
325 | 325 | * @access private |
326 | 326 | * |
327 | 327 | * @param string $status Comment status. |
328 | - * @return string|bool New comment_approved value, false if the status doesn't affect it. |
|
328 | + * @return string|false New comment_approved value, false if the status doesn't affect it. |
|
329 | 329 | */ |
330 | 330 | private function comment_status_to_approval_value( $status ) { |
331 | 331 | switch ( (string) $status ) { |