Changeset 693516
- Timestamp:
- 04/08/2013 08:03:10 AM (13 years ago)
- File:
-
- 1 edited
-
bbpress-bbcode/trunk/bbpress2-bbcode.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bbpress-bbcode/trunk/bbpress2-bbcode.php
r692853 r693516 4 4 5 5 Plugin Name: bbPress2 BBCode 6 Plugin URI: http:// bbpressbbcode.chantech.org/7 Description: Adds support for bbcode to wordpress and bbpress8 Version: 1.56 Plugin URI: http://wp.antonchanning.com/bbpress-bbcode/ 7 Description: Adds support for bbcode to wordpress, buddypress and bbpress 8 Version: 2.0 9 9 Author: Anton Channing 10 Author URI: http:// ant.chantech.org10 Author URI: http://wp.antonchanning.com 11 11 12 12 ************************************************************************** 13 13 14 Copyright (C) 201 1Anton Channing15 Based onthe b0ingBall BBCode plugin - Copyright (C) 2010 b0ingBall16 in turn based onthe original BBCode plugin - Copyright (C) 2008 Viper007Bond14 Copyright (C) 2013 Anton Channing 15 Forked from the b0ingBall BBCode plugin - Copyright (C) 2010 b0ingBall 16 in turn forked from the original BBCode plugin - Copyright (C) 2008 Viper007Bond 17 17 18 18 ***** GPL3 ***** … … 42 42 // Start this plugin once all other plugins are fully loaded 43 43 add_action( 'plugins_loaded', create_function( '', 'global $BBCode; $BBCode = new BBCode();' ) ); 44 add_action( 'wp_loaded', create_function( '', 'global $BBCode; $BBCode->init_videotags();' ) );45 44 ?>
Note: See TracChangeset
for help on using the changeset viewer.