Skip to content

Commit 695accb

Browse files
authored
Update src/wp-includes/abilities-api/class-wp-ability-categories-registry.php
1 parent 6009755 commit 695accb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/abilities-api/class-wp-ability-categories-registry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public static function get_instance(): ?self {
206206
__METHOD__,
207207
sprintf(
208208
// translators: %s: init action.
209-
__( 'Ability API should not be initialized before the %s action has fired' ),
209+
__( 'Ability API should not be initialized before the %s action has fired.' ),
210210
'<code>init</code>'
211211
),
212212
'6.9.0'

0 commit comments

Comments
 (0)