Changeset 3772 for branches/plugin/bbpress.php
- Timestamp:
- 02/28/2012 06:06:50 PM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbpress.php
r3771 r3772 316 316 * 317 317 * @since bbPress (r2464) 318 * @uses bbPress::setup_globals() Setup the globals needed319 * @uses bbPress::includes() Include the required files320 * @uses bbPress::setup_actions() Setup the hooks and actions321 318 */ 322 319 public function __clone() { wp_die( __( 'Cheatin’ huh?', 'bbpress' ) ); } … … 326 323 * 327 324 * @since bbPress (r2464) 328 * @uses bbPress::setup_globals() Setup the globals needed329 * @uses bbPress::includes() Include the required files330 * @uses bbPress::setup_actions() Setup the hooks and actions331 325 */ 332 326 public function __wakeup() { wp_die( __( 'Cheatin’ huh?', 'bbpress' ) ); }
Note: See TracChangeset
for help on using the changeset viewer.