Skip to content

Commit 0a15be1

Browse files
correct version field
1 parent 6debd58 commit 0a15be1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/wp-includes/abilities/wp-core-abilities.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44
*
55
* @package WordPress
66
* @subpackage Abilities_API
7-
* @since 0.3.0
7+
* @since 6.9.0
88
*/
99

1010
declare( strict_types = 1 );
1111
/**
1212
* Registers the core abilities categories.
1313
*
14-
* @since 0.3.0
14+
* @since 6.9.0
1515
*
1616
* @return void
1717
*/
18-
// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound
1918
function wp_register_core_ability_categories(): void {
2019
wp_register_ability_category(
2120
'site',
@@ -37,11 +36,10 @@ function wp_register_core_ability_categories(): void {
3736
/**
3837
* Registers the default core abilities.
3938
*
40-
* @since 0.3.0
39+
* @since 6.9.0
4140
*
4241
* @return void
4342
*/
44-
// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound
4543
function wp_register_core_abilities(): void {
4644
$category_site = 'site';
4745
$category_user = 'user';

0 commit comments

Comments
 (0)