Make WordPress Core


Ignore:
Timestamp:
01/31/2024 11:54:09 AM (14 months ago)
Author:
youknowriad
Message:

Editor: Update WordPress packages to Gutenberg 16.7 RC3.

It brings with a set of iterations and follow-ups to the initial package update.
It also fixes a regression that happened for interactive blocks.

Props gziolo, luisherranz, cbravobernal.
See #60315.

File:
1 edited

Legend:

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

    r57377 r57499  
    103103    $taxonomy     = isset( $attributes['taxonomy'] ) && $in_same_term ? $attributes['taxonomy'] : '';
    104104
    105     /**
     105    /*
    106106     * The dynamic portion of the function name, `$navigation_type`,
    107107     * Refers to the type of adjacency, 'next' or 'previous'.
    108108     *
    109      * @See https://developer.wordpress.org/reference/functions/get_previous_post_link/
    110      * @See https://developer.wordpress.org/reference/functions/get_next_post_link/
     109     * @see https://developer.wordpress.org/reference/functions/get_previous_post_link/
     110     * @see https://developer.wordpress.org/reference/functions/get_next_post_link/
    111111     */
    112112    $get_link_function = "get_{$navigation_type}_post_link";
Note: See TracChangeset for help on using the changeset viewer.