Changeset 56710 for trunk/src/wp-includes/blocks/post-terms.php
- Timestamp:
- 09/26/2023 02:20:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-terms.php
r56065 r56710 82 82 'name' => $taxonomy->name, 83 83 '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 ), 86 89 'attributes' => array( 87 90 'term' => $taxonomy->name,
Note: See TracChangeset
for help on using the changeset viewer.