Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/Capabilities_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
/**
* Adds, removes, and lists capabilities of a user role.
*
* 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).
* See references for [Roles and Capabilities](https://wordpress.org/documentation/article/roles-and-capabilities)
* and [WP User class](https://developer.wordpress.org/reference/classes/wp_user).
*
* ## EXAMPLES
*
Expand Down
3 changes: 2 additions & 1 deletion src/Role_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
/**
* Manages user roles, including creating new roles and resetting to defaults.
*
* 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).
* See references for [Roles and Capabilities](https://wordpress.org/documentation/article/roles-and-capabilities)
* and [WP User class](https://developer.wordpress.org/reference/classes/wp_user).
*
* ## EXAMPLES
*
Expand Down
Loading