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/admin/parser.php

    r5770 r5909  
    11<?php
     2
     3/**
     4 * bbPress BBCode Parser
     5 *
     6 * @package bbPress
     7 * @subpackage Administration
     8 */
     9
    210/*
    311This is a compressed copy of NBBC. Do not edit!
Note: See TracChangeset for help on using the changeset viewer.