mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: All sorts of improvements and corrections to function and hook docs.
See #57840 git-svn-id: https://develop.svn.wordpress.org/trunk@55694 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*
|
||||
* This class is for internal core usage and is not supposed to be used by extenders (plugins and/or themes).
|
||||
* This is a low-level API that may need to do breaking changes. Please,
|
||||
* use get_global_settings, get_global_styles, and get_global_stylesheet instead.
|
||||
* use get_global_settings(), get_global_styles(), and get_global_stylesheet() instead.
|
||||
*
|
||||
* @access private
|
||||
*/
|
||||
@@ -386,7 +386,7 @@ class WP_Theme_JSON_Resolver {
|
||||
|
||||
/**
|
||||
* Returns the custom post type that contains the user's origin config
|
||||
* for the active theme or a void array if none are found.
|
||||
* for the active theme or an empty array if none are found.
|
||||
*
|
||||
* This can also create and return a new draft custom post type.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user