Changeset 13147 for trunk/src/bp-messages/bp-messages-template.php
- Timestamp:
- 11/13/2021 06:40:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-template.php
r13108 r13147 1635 1635 * @param array|string $args { 1636 1636 * Array of arguments. All are optional. 1637 * @type int $thread_id ID of the thread whose messages you are displaying.1637 * @type int $thread_id Optional. ID of the thread whose messages you are displaying. 1638 1638 * Default: if viewing a thread, the thread ID will be parsed from 1639 1639 * the URL (bp_action_variable( 0 )). 1640 * @type string $order 'ASC' or 'DESC'. Default: 'ASC'.1641 * @type bool $update_meta_cache Whether to pre-fetch metadata for1640 * @type string $order Optional. 'ASC' or 'DESC'. Default: 'ASC'. 1641 * @type bool $update_meta_cache Optional. Whether to pre-fetch metadata for 1642 1642 * queried message items. Default: true. 1643 1643 * @type int|null $page Page of messages being requested. Default to null, meaning all.
Note: See TracChangeset
for help on using the changeset viewer.