Skip to content

Commit e04781a

Browse files
authored
Generate stubs for WordPress 6.0.1 (#40)
1 parent bd85684 commit e04781a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

source/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ext-mbstring": "*",
88
"ext-openssl": "*",
99
"ext-sodium": "*",
10-
"johnpbloch/wordpress": "6.0.0"
10+
"johnpbloch/wordpress": "6.0.1"
1111
},
1212
"minimum-stability": "stable",
1313
"config": {

wordpress-stubs.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115718,6 +115718,7 @@ function set_site_transient($transient, $value, $expiration = 0)
115718115718
* does not encompass all settings available in WordPress.
115719115719
*
115720115720
* @since 4.7.0
115721+
* @since 6.1.0 The `show_on_front`, `page_on_front`, and `page_for_posts` options were added.
115721115722
*/
115722115723
function register_initial_settings()
115723115724
{
@@ -127969,6 +127970,7 @@ function _wp_keep_alive_customize_changeset_dependent_auto_drafts($new_status, $
127969127970
* See {@see 'setup_theme'}.
127970127971
*
127971127972
* @since 5.5.0
127973+
* @since 6.1.0 The `block-templates` feature was added.
127972127974
*/
127973127975
function create_initial_theme_features()
127974127976
{

0 commit comments

Comments
 (0)