Changeset 52610 for trunk/src/wp-includes/class-wp-theme-json-resolver.php
- Timestamp:
- 01/20/2022 11:51:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-resolver.php
r52597 r52610 218 218 /** 219 219 * Returns the custom post type that contains the user's origin config 220 * for the currenttheme or a void array if none are found.220 * for the active theme or a void array if none are found. 221 221 * 222 222 * This can also create and return a new draft custom post type. … … 225 225 * 226 226 * @param WP_Theme $theme The theme object. If empty, it 227 * defaults to the currenttheme.227 * defaults to the active theme. 228 228 * @param bool $create_post Optional. Whether a new custom post 229 229 * type should be created if none are … … 397 397 398 398 /** 399 * Whether the currenttheme has a theme.json file.399 * Whether the active theme has a theme.json file. 400 400 * 401 401 * @since 5.8.0
Note: See TracChangeset
for help on using the changeset viewer.