Merged in feature/81-dev-dev01 (pull request #5)
auto-patch 81-dev-dev01-2023-12-05T22_45_26 * auto-patch 81-dev-dev01-2023-12-05T22_45_26
This commit is contained in:
@@ -81,8 +81,11 @@ function register_block_core_post_terms() {
|
||||
$variation = array(
|
||||
'name' => $taxonomy->name,
|
||||
'title' => $taxonomy->label,
|
||||
/* translators: %s: taxonomy's label */
|
||||
'description' => sprintf( __( 'Display the assigned taxonomy: %s' ), $taxonomy->label ),
|
||||
'description' => sprintf(
|
||||
/* translators: %s: taxonomy's label */
|
||||
__( 'Display a list of assigned terms from the taxonomy: %s' ),
|
||||
$taxonomy->label
|
||||
),
|
||||
'attributes' => array(
|
||||
'term' => $taxonomy->name,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user