Fix wrong version typo (#35473)

* Fix wrong version typo

* Fix "since" tag in docblock

* Add changelog

Co-authored-by: Jorge A. Torres <jorge.torres@automattic.com>
This commit is contained in:
Stefano Iachetta 2022-11-29 20:32:27 +01:00 committed by GitHub
parent 79566d7e6b
commit 4b07384574
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: fix
Fix version in template and function docblocks.

View File

@ -531,7 +531,7 @@ function wc_current_theme_supports_woocommerce_or_fse() {
*
* @param string $element The name of the element.
*
* @since 7.1.0
* @since 7.0.1
* @return string
*/
function wc_wp_theme_get_element_class_name( $element ) {