Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
from -> of
Co-authored-by: Colin Stewart <[email protected]>
  • Loading branch information
ockham and costdev committed Sep 14, 2022
commit 68ffc05864d84e58f3767cba6251aba86eb49c05
2 changes: 1 addition & 1 deletion src/wp-includes/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -4205,7 +4205,7 @@ function wp_is_block_theme() {

/**
* Given an element name, returns a class name.
* Alias from WP_Theme_JSON::get_element_class_name.
* Alias of WP_Theme_JSON::get_element_class_name.
*
* @param string $element The name of the element.
*
Expand Down