mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 10:05:43 +03:00
Apply coding standards.
This commit is contained in:
parent
c1ce72d447
commit
13a417ce8e
9 changed files with 50 additions and 52 deletions
|
@ -188,7 +188,7 @@ function capture_updated_postmeta( $meta_id, $object_id, $meta_key, $meta_value
|
|||
$meta_key => $meta_value,
|
||||
)
|
||||
);
|
||||
} else if ( '_thumbnail_id' === $meta_key ) {
|
||||
} elseif ( '_thumbnail_id' === $meta_key ) {
|
||||
add_log_entry(
|
||||
$object_id,
|
||||
'pledge_logo_changed',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue