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/read.php

    r11925 r13096  
    11<?php
    22/**
    3  * Messages: Read action handler
     3 * Messages: Read action handler.
    44 *
    55 * @package BuddyPress
     
    1313 * @since 2.2.0
    1414 *
    15  * @return false|null Returns false on failure. Otherwise redirects back to the
    16  *                   message box URL.
     15 * @return bool Returns false on failure. Otherwise redirects back to the
     16 *              message box URL.
    1717 */
    1818function bp_messages_action_mark_read() {
Note: See TracChangeset for help on using the changeset viewer.