Skip to content

Commit

Permalink
fix php cs
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Apr 26, 2024
1 parent 6bf99e2 commit 0732a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presenters/admin/meta-fields-presenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function present() {
$output = '';

foreach ( $this->meta_fields as $key => $meta_field ) {
$form_key = \esc_attr( WPSEO_Meta::$form_prefix . $key );
$form_key = \esc_attr( WPSEO_Meta::$form_prefix . $key );
$meta_value = WPSEO_Meta::get_value( $key, $this->post->ID );

$output .= '<input type="hidden" id="' . $form_key . '" name="' . $form_key . '" value="' . \esc_attr( $meta_value ) . '"/>' . "\n";
Expand Down

0 comments on commit 0732a1c

Please sign in to comment.