You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Capabilities_Command.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@
5
5
/**
6
6
* Adds, removes, and lists capabilities of a user role.
7
7
*
8
-
* See references for [Roles and Capabilities](https://codex.wordpress.org/Roles_and_Capabilities) and [WP User class](https://codex.wordpress.org/Class_Reference/WP_User).
8
+
* See references for [Roles and Capabilities](https://wordpress.org/documentation/article/roles-and-capabilities)
9
+
* and [WP User class](https://developer.wordpress.org/reference/classes/wp_user).
Copy file name to clipboardExpand all lines: src/Role_Command.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@
6
6
/**
7
7
* Manages user roles, including creating new roles and resetting to defaults.
8
8
*
9
-
* See references for [Roles and Capabilities](https://codex.wordpress.org/Roles_and_Capabilities) and [WP User class](https://codex.wordpress.org/Class_Reference/WP_User).
9
+
* See references for [Roles and Capabilities](https://wordpress.org/documentation/article/roles-and-capabilities)
10
+
* and [WP User class](https://developer.wordpress.org/reference/classes/wp_user).
0 commit comments