mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Docs: Fix @link
URLs in get_merged_data()
Docblock.
This addresses some 404s found on Helphub links by replacing the related `@link` sources. See #54729. Built from https://develop.svn.wordpress.org/trunk@53176 git-svn-id: http://core.svn.wordpress.org/trunk@52765 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ed4829b0ee
commit
39052a81e6
@ -350,12 +350,13 @@ class WP_Theme_JSON_Resolver {
|
||||
* default, theme, and custom. The custom's has higher priority
|
||||
* than the theme's, and the theme's higher than default's.
|
||||
*
|
||||
* Unlike the getters {@link get_core_data},
|
||||
* {@link get_theme_data}, and {@link get_user_data},
|
||||
* this method returns data after it has been merged
|
||||
* with the previous origins. This means that if the same piece of data
|
||||
* is declared in different origins (user, theme, and core),
|
||||
* the last origin overrides the previous.
|
||||
* Unlike the getters
|
||||
* {@link https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/get_core_data/ get_core_data},
|
||||
* {@link https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/get_theme_data/ get_theme_data},
|
||||
* and {@link https://developer.wordpress.org/reference/classes/wp_theme_json_resolver/get_user_data/ get_user_data},
|
||||
* this method returns data after it has been merged with the previous origins.
|
||||
* This means that if the same piece of data is declared in different origins
|
||||
* (user, theme, and core), the last origin overrides the previous.
|
||||
*
|
||||
* For example, if the user has set a background color
|
||||
* for the paragraph block, and the theme has done it as well,
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-beta1-53175';
|
||||
$wp_version = '6.0-beta1-53176';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user