Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/29/2020 09:43:16 PM (6 years ago)
Author:
imath
Message:

Core: fix PHP code standards & typos in inline comments

Props passoniate

Fixes #8225
Fixes #8226
Fixes #8227
Fixes #8228
Fixes #8229

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/deprecated/2.2.php

    r10108 r12547  
    88 */
    99
    10 // Exit if accessed directly
     10// Exit if accessed directly.
    1111defined( 'ABSPATH' ) || exit;
    1212
     
    2323 * @deprecated 2.2.0
    2424 *
    25  * @todo Support untrashing better
     25 * @todo Support untrashing better.
    2626 *
    2727 * @param string $new_status New status for the post.
     
    9797
    9898/**
    99  * Add 'bp' to global group of network wide cachable objects.
     99 * Add 'bp' to global group of network wide catchable objects.
    100100 *
    101101 * @since 1.1.0
Note: See TracChangeset for help on using the changeset viewer.