Changeset 54412
- Timestamp:
- 10/07/2022 12:07:09 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/global-styles-and-settings.php
r54408 r54412 7 7 8 8 /** 9 * Function to getthe settings resulting of merging core, theme, and user data.9 * Gets the settings resulting of merging core, theme, and user data. 10 10 * 11 11 * @since 5.9.0 … … 22 22 * If empty or unknown, 'all' is used. 23 23 * } 24 *25 24 * @return array The settings to retrieve. 26 25 */ … … 41 40 42 41 /** 43 * Function to getthe styles resulting of merging core, theme, and user data.42 * Gets the styles resulting of merging core, theme, and user data. 44 43 * 45 44 * @since 5.9.0 … … 56 55 * If empty or unknown, 'all' is used. 57 56 * } 58 *59 57 * @return array The styles to retrieve. 60 58 */ … … 83 81 * If empty, it'll load all for themes with theme.json support 84 82 * and only [ 'variables', 'presets' ] for themes without theme.json support. 85 *86 83 * @return string Stylesheet. 87 84 */
Note: See TracChangeset
for help on using the changeset viewer.