mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Docs: Correct @since tags introduced in WordPress 6.0.1.
The associated changes were backported to the 6.0 branch, so the version should be 6.0.1 instead of 6.1.0. This affects: * `@since` tag for the `block-templates` feature in `create_initial_theme_features()`. * `@since` tag for the `show_on_front`, `page_on_front`, and `page_for_posts` options on the REST API settings endpoint. Follow-up to [53590], [53661]. Props tommusrhodus, johnbillion. Fixes #56225. git-svn-id: https://develop.svn.wordpress.org/trunk@53704 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2063,7 +2063,7 @@ function set_site_transient( $transient, $value, $expiration = 0 ) {
|
||||
* does not encompass all settings available in WordPress.
|
||||
*
|
||||
* @since 4.7.0
|
||||
* @since 6.1.0 The `show_on_front`, `page_on_front`, and `page_for_posts` options were added.
|
||||
* @since 6.0.1 The `show_on_front`, `page_on_front`, and `page_for_posts` options were added.
|
||||
*/
|
||||
function register_initial_settings() {
|
||||
register_setting(
|
||||
|
||||
Reference in New Issue
Block a user