File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/wp-includes/abilities Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 44 *
55 * @package WordPress
66 * @subpackage Abilities_API
7- * @since 0.3 .0
7+ * @since 6.9 .0
88 */
99
1010declare ( 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
1918function 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
4543function wp_register_core_abilities (): void {
4644 $ category_site = 'site ' ;
4745 $ category_user = 'user ' ;
You can’t perform that action at this time.
0 commit comments