Changeset 61071 for trunk/src/wp-includes/abilities-api.php
- Timestamp:
- 10/27/2025 11:55:51 AM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/abilities-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/abilities-api.php
r61067 r61071 275 275 sprintf( 276 276 /* translators: 1: wp_abilities_api_init, 2: string value of the ability name. */ 277 esc_html__( 'Abilities must be registered on the %1$s action. The ability %2$s was not registered.' ),277 __( 'Abilities must be registered on the %1$s action. The ability %2$s was not registered.' ), 278 278 '<code>wp_abilities_api_init</code>', 279 279 '<code>' . esc_html( $name ) . '</code>'
Note: See TracChangeset
for help on using the changeset viewer.