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:
parent
79566d7e6b
commit
4b07384574
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix version in template and function docblocks.
|
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue