Changeset 58187 for trunk/src/wp-includes/blocks/page-list.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/page-list.php
r56065 r58187 9 9 * Build an array with CSS classes and inline styles defining the colors 10 10 * which will be applied to the pages markup in the front-end when it is a descendant of navigation. 11 * 12 * @since 5.8.0 11 13 * 12 14 * @param array $attributes Block attributes. … … 101 103 * Build an array with CSS classes and inline styles defining the font sizes 102 104 * which will be applied to the pages markup in the front-end when it is a descendant of navigation. 105 * 106 * @since 5.8.0 103 107 * 104 108 * @param array $context Navigation block context. … … 136 140 * Outputs Page list markup from an array of pages with nested children. 137 141 * 142 * @since 5.8.0 143 * 138 144 * @param boolean $open_submenus_on_click Whether to open submenus on click instead of hover. 139 145 * @param boolean $show_submenu_icons Whether to show submenu indicator icons. … … 221 227 * Outputs nested array of pages 222 228 * 229 * @since 5.8.0 230 * 223 231 * @param array $current_level The level being iterated through. 224 232 * @param array $children The children grouped by parent post ID. … … 240 248 /** 241 249 * Renders the `core/page-list` block on server. 250 * 251 * @since 5.8.0 242 252 * 243 253 * @param array $attributes The block attributes. … … 346 356 /** 347 357 * Registers the `core/pages` block on server. 358 * 359 * @since 5.8.0 348 360 */ 349 361 function register_block_core_page_list() {
Note: See TracChangeset
for help on using the changeset viewer.