Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/28/2012 06:06:50 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Remove copy-pasta phpdoc in bbPress class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbpress.php

    r3771 r3772  
    316316     *
    317317     * @since bbPress (r2464)
    318      * @uses bbPress::setup_globals() Setup the globals needed
    319      * @uses bbPress::includes() Include the required files
    320      * @uses bbPress::setup_actions() Setup the hooks and actions
    321318     */
    322319    public function __clone() { wp_die( __( 'Cheatin’ huh?', 'bbpress' ) ); }
     
    326323     *
    327324     * @since bbPress (r2464)
    328      * @uses bbPress::setup_globals() Setup the globals needed
    329      * @uses bbPress::includes() Include the required files
    330      * @uses bbPress::setup_actions() Setup the hooks and actions
    331325     */
    332326    public function __wakeup() { wp_die( __( 'Cheatin’ huh?', 'bbpress' ) ); }
Note: See TracChangeset for help on using the changeset viewer.