Changeset 54501 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 10/11/2022 08:06:16 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r54497 r54501 1912 1912 * @param array $nodes Style nodes with metadata. 1913 1913 */ 1914 return apply_filters( ' theme_json_get_style_nodes', $nodes );1914 return apply_filters( 'wp_theme_json_get_style_nodes', $nodes ); 1915 1915 } 1916 1916
Note: See TracChangeset
for help on using the changeset viewer.