Make WordPress Core


Ignore:
Timestamp:
09/26/2023 02:20:18 PM (2 years ago)
Author:
karmatosed
Message:

Update editor related npm packages

The npm packages needed updating for 6.4 to the latest.

Props mikachan, mukesdpanchal27, luisherranz, youknowriad, tellthemachines, gziolo, ockham, michalczaplinski

Fixes #59411

File:
1 edited

Legend:

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

    r56065 r56710  
    8282            'name'        => $taxonomy->name,
    8383            'title'       => $taxonomy->label,
    84             /* translators: %s: taxonomy's label */
    85             'description' => sprintf( __( 'Display the assigned taxonomy: %s' ), $taxonomy->label ),
     84            'description' => sprintf(
     85                /* translators: %s: taxonomy's label */
     86                __( 'Display a list of assigned terms from the taxonomy: %s' ),
     87                $taxonomy->label
     88            ),
    8689            'attributes'  => array(
    8790                'term' => $taxonomy->name,
Note: See TracChangeset for help on using the changeset viewer.