Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/11/2015 10:59:26 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Add @package and @subpackage to file headers where missing; rename if inconsistent; move to bottom of PHPDoc blocks where appropriate. See #WP27262.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/actions.php

    r5774 r5909  
    33/**
    44 * bbPress Actions
    5  *
    6  * @package bbPress
    7  * @subpackage Core
    85 *
    96 * This file contains the actions that are used through-out bbPress. They are
     
    1512 *  - bbPress: In {@link bbPress::setup_actions()} in bbpress.php
    1613 *  - Admin: More in {@link BBP_Admin::setup_actions()} in admin.php
     14 *
     15 * @package bbPress
     16 * @subpackage Core
    1717 *
    1818 * @see /core/filters.php
Note: See TracChangeset for help on using the changeset viewer.