Skip to content

Commit 9cfcb16

Browse files
committed
Better wrapping
1 parent ce114ef commit 9cfcb16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Capabilities_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/**
66
* Adds, removes, and lists capabilities of a user role.
77
*
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).
8+
* See references for [Roles and Capabilities](https://wordpress.org/documentation/article/roles-and-capabilities) and
9+
* [WP User class](https://developer.wordpress.org/reference/classes/wp_user).
1010
*
1111
* ## EXAMPLES
1212
*

src/Role_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
/**
77
* Manages user roles, including creating new roles and resetting to defaults.
88
*
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).
9+
* See references for [Roles and Capabilities](https://wordpress.org/documentation/article/roles-and-capabilities) and
10+
* [WP User class](https://developer.wordpress.org/reference/classes/wp_user).
1111
*
1212
* ## EXAMPLES
1313
*

0 commit comments

Comments
 (0)