Changeset 58187 for trunk/src/wp-includes/blocks/home-link.php
- Timestamp:
- 05/23/2024 07:37:08 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/home-link.php
r57578 r58187 9 9 * Build an array with CSS classes and inline styles defining the colors 10 10 * which will be applied to the home link markup in the front-end. 11 * 12 * @since 6.0.0 11 13 * 12 14 * @param array $context home link block context. … … 62 64 * which will be applied to the home link markup in the front-end. 63 65 * 66 * @since 6.0.0 67 * 64 68 * @param array $context Home link block context. 65 69 * @return array Font size CSS classes and inline styles. … … 88 92 /** 89 93 * Builds an array with classes and style for the li wrapper 94 * 95 * @since 6.0.0 90 96 * 91 97 * @param array $context Home link block context. … … 121 127 /** 122 128 * Renders the `core/home-link` block. 129 * 130 * @since 6.0.0 123 131 * 124 132 * @param array $attributes The block attributes. … … 156 164 * Register the home block 157 165 * 166 * @since 6.0.0 167 * 158 168 * @uses render_block_core_home_link() 159 169 * @throws WP_Error An WP_Error exception parsing the block definition.
Note: See TracChangeset
for help on using the changeset viewer.