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/bp-messages-blocks.php

    r13005 r13096  
    99
    1010// Exit if accessed directly.
    11 if ( ! defined( 'ABSPATH' ) ) {
    12     exit;
    13 }
     11defined( 'ABSPATH' ) || exit;
    1412
    1513/**
     
    1917 *
    2018 * @param array $attributes The block attributes.
    21  * @return string           HTML output.
     19 * @return string HTML output.
    2220 */
    2321function bp_messages_render_sitewide_notices_block( $attributes = array() ) {
Note: See TracChangeset for help on using the changeset viewer.