Skip to content

Commit

Permalink
Coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Sep 27, 2024
1 parent 83d425c commit 18f1864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/subscription-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function ( $post ) {
}

if ( is_string( $post_status ) ) {
$status_object = get_post_status_object($post_status);
$status_object = get_post_status_object( $post_status );

if ( null !== $status_object && isset( $status_object->label ) ) {
$status_label = $status_object->label;
Expand Down

0 comments on commit 18f1864

Please sign in to comment.