Skip to:
Content

BuddyPress.org


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

Fix missing or incorrect file-level phpDoc blocks

File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.