Docs: Add missing periods to a grab-bag of docblocks.

Props Hitendra Chopda.
Fixes #45409.



git-svn-id: https://develop.svn.wordpress.org/trunk@44643 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast
2019-01-18 01:02:11 +00:00
parent 3e390cdf9b
commit 73cbf3ec7d
4 changed files with 20 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ function add_user() {
* @since 2.0.0
*
* @param int $user_id Optional. User ID.
* @return int|WP_Error user id of the updated user
* @return int|WP_Error user id of the updated user.
*/
function edit_user( $user_id = 0 ) {
$wp_roles = wp_roles();
@@ -547,7 +547,7 @@ jQuery(document).ready( function($) {
*
* @since 2.7.0
*
* @param object $user User data object
* @param object $user User data object.
*/
function use_ssl_preference( $user ) {
?>