Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/11/2015 10:59:26 PM (11 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/abstraction.php

    r5826 r5909  
    33/**
    44 * bbPress Abstractions
    5  *
    6  * @package bbPress
    7  * @subpackage Core
    85 *
    96 * This file contains functions for abstracting WordPress core functionality
     
    129 * Many of the functions in this file are considered superfluous by
    1310 * WordPress coding standards, but
     11 *
     12 * @package bbPress
     13 * @subpackage Core
    1414 */
    1515
Note: See TracChangeset for help on using the changeset viewer.