- Timestamp:
- 08/02/2025 01:26:26 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/functions.php
r60495 r60535 191 191 192 192 /** 193 * Register widget area.193 * Registers widget area. 194 194 * 195 195 * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar … … 236 236 237 237 /** 238 * Set the content width in pixels, based on the theme's design and stylesheet.238 * Sets the content width in pixels, based on the theme's design and stylesheet. 239 239 * 240 240 * Priority 0 to make it available to lower priority callbacks. … … 292 292 293 293 /** 294 * Fix skip link focus in IE11.294 * Fixes skip link focus in IE11. 295 295 * 296 296 * This does not enqueue the script because it is tiny and because it is only for IE11, … … 312 312 313 313 /** 314 * Enqueue supplemental block editor styles.314 * Enqueues supplemental block editor styles. 315 315 */ 316 316 function twentynineteen_editor_customizer_styles() { … … 327 327 328 328 /** 329 * Display custom color CSS in customizer and on frontend.329 * Displays custom color CSS in customizer and on frontend. 330 330 */ 331 331 function twentynineteen_colors_css_wrap() { … … 387 387 388 388 /** 389 * Register block patterns and pattern categories.389 * Registers block patterns and pattern categories. 390 390 * 391 391 * @since Twenty Nineteen 3.0
Note: See TracChangeset
for help on using the changeset viewer.