Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/18/2015 10:33:50 PM (10 years ago)
Author:
djpaul
Message:

Fix typo in phpdoc introduced in r10414

Antiprops DJPaul

File:
1 edited

Legend:

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

    r10413 r10415  
    7777 * Fire the 'bp_register_post_types' action, where plugins should register post types.
    7878 *
    79  * @since BuddyPress (2.5.0)
     79 * @since 2.5.0
    8080 */
    8181function bp_register_post_types() {
     
    8484     * Fires inside the 'bp_register_post_types' function, where plugins should register post types.
    8585     *
    86      * @since BuddyPress (2.5.0)
     86     * @since 2.5.0
    8787     */
    8888    do_action( 'bp_register_post_types' );
Note: See TracChangeset for help on using the changeset viewer.