mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-02 01:01:18 +03:00
phpcs
This commit is contained in:
parent
b2ca511aec
commit
e1016f40c1
|
@ -58,7 +58,7 @@ function render_company_report_page() {
|
||||||
|
|
||||||
$status = sanitize_title( $_GET['status'] );
|
$status = sanitize_title( $_GET['status'] );
|
||||||
|
|
||||||
if ( ! in_array( $status, array( 'draft', '5ftf-deactivated', 'publish' ) ) ) {
|
if ( ! in_array( $status, array( 'draft','5ftf-deactivated','publish' ) ) ) {
|
||||||
$status = 'all';
|
$status = 'all';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue