Changeset 58187 for trunk/src/wp-includes/blocks/search.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/search.php
r57760 r58187 208 208 /** 209 209 * Registers the `core/search` block on the server. 210 * 211 * @since 5.2.0 210 212 */ 211 213 function register_block_core_search() { … … 222 224 * Builds the correct top level classnames for the 'core/search' block. 223 225 * 226 * @since 5.6.0 227 * 224 228 * @param array $attributes The block attributes. 225 229 * … … 266 270 * styles for later application in the block's markup. 267 271 * 272 * @since 6.1.0 273 * 268 274 * @param array $attributes The block attributes. 269 275 * @param string $property Border property to generate rule for e.g. width or color. … … 311 317 * uniform "flat" borders or those with individual sides configured. 312 318 * 319 * @since 6.1.0 320 * 313 321 * @param array $attributes The block attributes. 314 322 * @param string $property Border property to generate rule for e.g. width or color. … … 331 339 * inner input or button and a second for the inner wrapper should the block 332 340 * be positioning the button "inside". 341 * 342 * @since 5.8.0 333 343 * 334 344 * @param array $attributes The block attributes. … … 458 468 459 469 /** 460 * Returns typography classnames depending on whether there are named font sizes/families . 470 * Returns typography classnames depending on whether there are named font sizes/families. 471 * 472 * @since 6.1.0 461 473 * 462 474 * @param array $attributes The block attributes. … … 483 495 * Returns typography styles to be included in an HTML style tag. 484 496 * This excludes text-decoration, which is applied only to the label and button elements of the search block. 497 * 498 * @since 6.1.0 485 499 * 486 500 * @param array $attributes The block attributes. … … 534 548 * Returns border color classnames depending on whether there are named or custom border colors. 535 549 * 550 * @since 5.9.0 551 * 536 552 * @param array $attributes The block attributes. 537 553 * … … 556 572 /** 557 573 * Returns color classnames depending on whether there are named or custom text and background colors. 574 * 575 * @since 5.9.0 558 576 * 559 577 * @param array $attributes The block attributes.
Note: See TracChangeset
for help on using the changeset viewer.