Skip to content

Commit 981c353

Browse files
fix comment
1 parent 822bf7f commit 981c353

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/abilities/class-wp-post-type-abilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private static function register_get_ability( WP_Post_Type $post_type_object ):
7979
$label
8080
),
8181
'description' => sprintf(
82-
/* translators: %1$s: Post type singular name (lowercase), %2$s: Post type plural name (lowercase). */
82+
/* translators: %1$s: Post type singular name, %2$s: Post type plural name. */
8383
__( 'Retrieves a single %1$s by ID or queries multiple %2$s with optional filters.' ),
8484
$label,
8585
$post_type_object->labels->name ?? $post_type_object->label

0 commit comments

Comments
 (0)