Skip to content

Commit

Permalink
Fix @since tag in docblock in WP_Theme_JSON_Data_Gutenberg. (#62425)
Browse files Browse the repository at this point in the history
The `get_theme_json` method was actually added in v18.5.0, not  18.3.0. This corrects the docblock reference.

Co-authored-by: joemcgill <[email protected]>
Co-authored-by: fabiankaegy <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent 7b177d9 commit 57b8b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-wp-theme-json-data-gutenberg.php
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ public function get_data() {
/**
* Return theme JSON object.
*
* @since 18.3.0
* @since 18.5.0
*
* @return WP_Theme_JSON
*/

0 comments on commit 57b8b61

Please sign in to comment.