Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/28/2024 05:49:21 PM (21 months ago)
Author:
imath
Message:

Fix some inline comment typo errors

Props shailu25

Fixes #9109

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/bp-messages-template.php

    r13584 r13743  
    810810 * Output the unread messages count for the current inbox.
    811811 *
    812  * @since 2.6.x Added the `$user_id` paremeter.
     812 * @since 2.6.x Added the `$user_id` parameter.
    813813 *
    814814 * @param int $user_id The user ID.
     
    820820     * Get the unread messages count for the current inbox.
    821821     *
    822      * @since 2.6.x Added the `$user_id` paremeter.
     822     * @since 2.6.x Added the `$user_id` parameter.
    823823     *
    824824     * @param int $user_id The user ID.
     
    10281028}
    10291029    /**
    1030      * Get the default value fo the Compose content field.
     1030     * Get the default value for the Compose content field.
    10311031     *
    10321032     * Will get a value out of $_POST['content'] if available (ie after a
Note: See TracChangeset for help on using the changeset viewer.