IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
372 | 372 | * @since 4.4.0 The `$role` parameter was deprecated. |
373 | 373 | * @access public |
374 | 374 | * |
375 | | * @param object $user_object The current user object. |
376 | | * @param string $style Deprecated. Not used. |
377 | | * @param string $role Deprecated. Not used. |
378 | | * @param int $numposts Optional. Post count to display for this user. Defaults |
| 375 | |
| 376 | * @param WP_User $user_object The current user object. |
| 377 | * @param string $style Deprecated. Not used. |
| 378 | * @param string $role Deprecated. Not used. |
| 379 | * @param int $numposts Optional. Post count to display for this user. Defaults |
379 | 380 | * to zero, as in, a new user has made zero posts. |
380 | 381 | * @return string Output for a single row. |
381 | 382 | */ |