Changeset 13743 for trunk/src/bp-messages/bp-messages-template.php
- Timestamp:
- 02/28/2024 05:49:21 PM (21 months ago)
- File:
-
- 1 edited
-
trunk/src/bp-messages/bp-messages-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-template.php
r13584 r13743 810 810 * Output the unread messages count for the current inbox. 811 811 * 812 * @since 2.6.x Added the `$user_id` par emeter.812 * @since 2.6.x Added the `$user_id` parameter. 813 813 * 814 814 * @param int $user_id The user ID. … … 820 820 * Get the unread messages count for the current inbox. 821 821 * 822 * @since 2.6.x Added the `$user_id` par emeter.822 * @since 2.6.x Added the `$user_id` parameter. 823 823 * 824 824 * @param int $user_id The user ID. … … 1028 1028 } 1029 1029 /** 1030 * Get the default value fo the Compose content field.1030 * Get the default value for the Compose content field. 1031 1031 * 1032 1032 * Will get a value out of $_POST['content'] if available (ie after a
Note: See TracChangeset
for help on using the changeset viewer.