Fix version typo in form-login.php (#35479)

Co-authored-by: Néstor Soriano <konamiman@konamiman.com>
This commit is contained in:
Basti 2022-11-03 12:25:29 +01:00 committed by GitHub
parent 925432aebe
commit 8ef8a380e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Fix @version header in form-login.php

View File

@ -12,7 +12,7 @@
*
* @see https://docs.woocommerce.com/document/template-structure/
* @package WooCommerce\Templates
* @version 7.1.0
* @version 7.0.1
*/
if ( ! defined( 'ABSPATH' ) ) {