Changeset 41162 for trunk/src/wp-includes/class-wp-roles.php
- Timestamp:
- 07/27/2017 12:40:27 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-roles.php (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-roles.php
r39088 r41162 29 29 * 30 30 * @since 2.0.0 31 * @access public32 31 * @var array 33 32 */ … … 38 37 * 39 38 * @since 2.0.0 40 * @access public41 39 * @var array 42 40 */ … … 47 45 * 48 46 * @since 2.0.0 49 * @access public50 47 * @var array 51 48 */ … … 56 53 * 57 54 * @since 2.0.0 58 * @access public59 55 * @var string 60 56 */ … … 65 61 * 66 62 * @since 2.1.0 67 * @access public68 63 * @var bool 69 64 */ … … 83 78 * 84 79 * @since 4.0.0 85 * @access public86 80 * 87 81 * @param callable $name Method to call. … … 104 98 * 105 99 * @since 2.1.0 106 * @access protected107 100 * 108 101 * @global array $wp_user_roles Used to set the 'roles' property value. … … 147 140 * @since 3.5.0 148 141 * @deprecated 4.7.0 Use new WP_Roles() 149 * @access public150 142 */ 151 143 public function reinit() { … … 163 155 * 164 156 * @since 2.0.0 165 * @access public166 157 * 167 158 * @param string $role Role name. … … 190 181 * 191 182 * @since 2.0.0 192 * @access public193 183 * 194 184 * @param string $role Role name. … … 213 203 * 214 204 * @since 2.0.0 215 * @access public216 205 * 217 206 * @param string $role Role name. … … 232 221 * 233 222 * @since 2.0.0 234 * @access public235 223 * 236 224 * @param string $role Role name. … … 250 238 * 251 239 * @since 2.0.0 252 * @access public253 240 * 254 241 * @param string $role Role name. … … 266 253 * 267 254 * @since 2.0.0 268 * @access public269 255 * 270 256 * @return array List of role names. … … 278 264 * 279 265 * @since 2.0.0 280 * @access public281 266 * 282 267 * @param string $role Role name to look up.
Note: See TracChangeset
for help on using the changeset viewer.