PluginProbe
The WP Remote WordPress Plugin / 4.79
The WP Remote WordPress Plugin v4.79
6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 5.73 All 53 releases
← All changes | admin/components/list_accounts.php +1 -1 5.564.79 View file →
@@ -9,9 +9,9 @@
9 9 $nonce = wp_create_nonce('bvnonce');
10 10 foreach($accounts as $key => $value) {
11 11 ?>
12 12 <form action="" method="post">
13 - <input type='hidden' name='bvnonce' value="<?php echo esc_attr($nonce); ?>" />
13 + <input type='hidden' name='bvnonce' value="<?php echo $nonce; ?>" />
14 14 <input type='hidden' name='pubkey' value="<?php echo esc_attr($key); ?>" />
15 15 <tr>
16 16 <td><?php echo esc_html($value['email']); ?></td>
17 17 <td><?php echo esc_html(date('Y-m-d H:i:s', $value['lastbackuptime'])); ?></td>