Make WordPress Core


Ignore:
Timestamp:
05/23/2024 07:37:08 PM (12 months ago)
Author:
ellatrix
Message:

Editor: Update npm packages.

Updates the editor npm packages to latest versions.

See https://github.com/WordPress/wordpress-develop/pull/6612.

Props ellatrix, mukesh27, youknowriad, mamaduka.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/home-link.php

    r57578 r58187  
    99 * Build an array with CSS classes and inline styles defining the colors
    1010 * which will be applied to the home link markup in the front-end.
     11 *
     12 * @since 6.0.0
    1113 *
    1214 * @param  array $context home link block context.
     
    6264 * which will be applied to the home link markup in the front-end.
    6365 *
     66 * @since 6.0.0
     67 *
    6468 * @param  array $context Home link block context.
    6569 * @return array Font size CSS classes and inline styles.
     
    8892/**
    8993 * Builds an array with classes and style for the li wrapper
     94 *
     95 * @since 6.0.0
    9096 *
    9197 * @param  array $context    Home link block context.
     
    121127/**
    122128 * Renders the `core/home-link` block.
     129 *
     130 * @since 6.0.0
    123131 *
    124132 * @param array    $attributes The block attributes.
     
    156164 * Register the home block
    157165 *
     166 * @since 6.0.0
     167 *
    158168 * @uses render_block_core_home_link()
    159169 * @throws WP_Error An WP_Error exception parsing the block definition.
Note: See TracChangeset for help on using the changeset viewer.