Changeset 55711 for trunk/src/wp-includes/global-styles-and-settings.php
- Timestamp:
- 05/03/2023 06:46:44 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/global-styles-and-settings.php
r55192 r55711 22 22 * If empty or unknown, 'all' is used. 23 23 * } 24 * @return array The settingsto retrieve.24 * @return mixed The settings array or individual setting value to retrieve. 25 25 */ 26 26 function wp_get_global_settings( $path = array(), $context = array() ) { … … 105 105 * If empty or unknown, 'all' is used. 106 106 * } 107 * @return array The stylesto retrieve.107 * @return mixed The styles array or individual style value to retrieve. 108 108 */ 109 109 function wp_get_global_styles( $path = array(), $context = array() ) { … … 227 227 228 228 /** 229 * Gets the global styles custom cssfrom theme.json.229 * Gets the global styles custom CSS from theme.json. 230 230 * 231 231 * @since 6.2.0 232 232 * 233 * @return string Stylesheet.233 * @return string The global styles custom CSS. 234 234 */ 235 235 function wp_get_global_styles_custom_css() {
Note: See TracChangeset
for help on using the changeset viewer.