Skip to:
Content

BuddyPress.org

Changeset 7298


Ignore:
Timestamp:
07/23/2013 09:37:58 PM (12 years ago)
Author:
djpaul
Message:

Fix missing or incorrect file-level phpDoc blocks

Location:
trunk
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-functions.php

    r7228 r7298  
    11<?php
     2/**
     3 * Blogs component functions
     4 *
     5 * @package BuddyPress
     6 * @subpackage BlogsFunctions
     7 */
     8
    29// Exit if accessed directly
    310if ( !defined( 'ABSPATH' ) ) exit;
  • trunk/bp-core/admin/bp-core-actions.php

    r6695 r7298  
    33/**
    44 * BuddyPress Admin Actions
    5  *
    6  * @package BuddyPress
    7  * @subpackage Admin
    85 *
    96 * This file contains the actions that are used through-out BuddyPress Admin. They
     
    1613 *  - Admin: More in {@link bp_Admin::setup_actions()} in admin.php
    1714 *
     15 * @package BuddyPress
     16 * @subpackage Admin
    1817 * @see bp-core-actions.php
    1918 * @see bp-core-filters.php
  • trunk/bp-core/admin/bp-core-schema.php

    r6583 r7298  
    11<?php
     2/**
     3 * BuddyPress DB schema
     4 *
     5 * @package BuddyPress
     6 * @subpackage CoreAdministration
     7 */
    28
    39// Exit if accessed directly
  • trunk/bp-core/bp-core-classes.php

    r7239 r7298  
    11<?php
     2/**
     3 * Core component classes
     4 *
     5 * @package BuddyPress
     6 * @subpackage Core
     7 */
    28
    39// Exit if accessed directly
  • trunk/bp-core/bp-core-component.php

    r7228 r7298  
    11<?php
     2/**
     3 * Component classes
     4 *
     5 * @package BuddyPress
     6 * @subpackage Core
     7 */
    28
    39// Exit if accessed directly
  • trunk/bp-core/bp-core-cssjs.php

    r6826 r7298  
    11<?php
     2/**
     3 * Core component CSS & JS
     4 *
     5 * @package BuddyPress
     6 * @subpackage Core
     7 */
    28
    39// Exit if accessed directly
  • trunk/bp-core/bp-core-filters.php

    r7256 r7298  
    33/**
    44 * BuddyPress Filters
    5  *
    6  * @package BuddyPress
    7  * @subpackage Core
    85 *
    96 * This file contains the filters that are used through-out BuddyPress. They are
     
    1916 *            bp-core/bp-core-admin.php
    2017 *
     18 * @package BuddyPress
     19 * @subpackage Core
    2120 * @see bp-core-actions.php
    2221 */
  • trunk/bp-core/bp-core-template.php

    r7228 r7298  
    11<?php
     2/**
     3 * Core component template tag functions
     4 *
     5 * @package BuddyPress
     6 * @subpackage TemplateFunctions
     7 */
    28
    39// Exit if accessed directly
  • trunk/bp-core/bp-core-widgets.php

    r7210 r7298  
    11<?php
     2/**
     3 * BuddyPress Widgets
     4 *
     5 * @package BuddyPress
     6 * @subpackage Core
     7 */
     8
    29// Exit if accessed directly
    310if ( !defined( 'ABSPATH' ) ) exit;
  • trunk/bp-core/deprecated/1.2.php

    r7201 r7298  
    11<?php
     2/**
     3 * Deprecated Functions
     4 *
     5 * @package BuddyPress
     6 * @subpackage Core
     7 */
    28
    39/**
  • trunk/bp-forums/bp-forums-actions.php

    r6342 r7298  
    11<?php
     2/**
     3 * BuddyPress Forums Actions
     4 *
     5 * @package BuddyPress
     6 * @subpackage Forums
     7 */
     8
    29// Exit if accessed directly
    310if ( !defined( 'ABSPATH' ) ) exit;
  • trunk/bp-forums/bp-forums-bbpress-sa.php

    r7228 r7298  
    11<?php
     2/**
     3 * BuddyPress bbPress 1.x integration
     4 *
     5 * @package BuddyPress
     6 * @subpackage Forums
     7 */
     8
    29// Exit if accessed directly
    310if ( !defined( 'ABSPATH' ) ) exit;
  • trunk/bp-forums/bp-forums-filters.php

    r6574 r7298  
    11<?php
     2/**
     3 * BuddyPress Forums Filters
     4 *
     5 * @package BuddyPress
     6 * @subpackage Forums
     7 */
     8
    29// Exit if accessed directly
    310if ( !defined( 'ABSPATH' ) ) exit;
  • trunk/bp-forums/bp-forums-functions.php

    r7228 r7298  
    11<?php
     2/**
     3 * BuddyPress Forums Functions
     4 *
     5 * @package BuddyPress
     6 * @subpackage Forums
     7 */
    28
    39// Exit if accessed directly
  • trunk/bp-forums/bp-forums-screens.php

    r6827 r7298  
    11<?php
     2/**
     3 * BuddyPress Forums Screen Functions
     4 *
     5 * @package BuddyPress
     6 * @subpackage Forums
     7 */
     8
    29// Exit if accessed directly
    310if ( !defined( 'ABSPATH' ) ) exit;
  • trunk/bp-forums/bp-forums-template.php

    r7228 r7298  
    11<?php
     2/**
     3 * BuddyPress Forums Template Tags
     4 *
     5 * @package BuddyPress
     6 * @subpackage Forums
     7 */
     8
    29// Exit if accessed directly
    310if ( !defined( 'ABSPATH' ) ) exit;
  • trunk/bp-friends/bp-friends-classes.php

    r7026 r7298  
    11<?php
     2/**
     3 * BuddyPress Friends Classes
     4 *
     5 * @package BuddyPress
     6 * @subpackage FriendsClasses
     7 */
    28
    39// Exit if accessed directly
Note: See TracChangeset for help on using the changeset viewer.