IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
99 | 99 | * Set up the object properties. |
100 | 100 | * |
101 | 101 | * The role key is set to the current prefix for the $wpdb object with |
102 | | * 'user_roles' appended. If the $wp_user_roles global is set, then it will |
103 | | * be used and the role option will not be updated or used. |
| 102 | * 'user_roles' appended. (The use of the database prefix is not necessary, but |
| 103 | * is currently still here for legacy reasons. It was likely originally the |
| 104 | * result of a copy-paste error. See {@see https://core.trac.wordpress.org/ticket/20152 |
| 105 | * ticket #20152}.) If the $wp_user_roles global is set, then it will be used and |
| 106 | * the role option will not be updated or used. |
104 | 107 | * |
105 | 108 | * @since 2.1.0 |
106 | 109 | * @access protected |