Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/26/2021 12:53:27 AM (3 years ago)
Author:
espellcaste
Message:

Making PHPDoc Improvements to the BP Messages (component) files.

Also, adding several minor PHP changes.

See #8553

File:
1 edited

Legend:

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

    r11925 r13096  
    11<?php
    22/**
    3  * Messages: View action handler
     3 * Messages: View action handler.
    44 *
    55 * @package BuddyPress
     
    1010/**
    1111 * Process a request to view a single message thread.
     12 *
     13 * @return bool False if not a single conversation.
    1214 */
    1315function messages_action_conversation() {
Note: See TracChangeset for help on using the changeset viewer.