Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/Term_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* Manages taxonomy terms and term meta, with create, delete, and list commands.
*
* See reference for [taxonomies and their terms](https://codex.wordpress.org/Taxonomies).
* See reference for [taxonomies and their terms](https://wordpress.org/documentation/article/taxonomies).
*
* ## EXAMPLES
*
Expand Down
3 changes: 2 additions & 1 deletion src/User_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
/**
* Manages users, along with their roles, capabilities, and meta.
*
* 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