Plugin Directory

Changeset 693516


Ignore:
Timestamp:
04/08/2013 08:03:10 AM (13 years ago)
Author:
antonchanning
Message:

Updated version tag to 2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bbpress-bbcode/trunk/bbpress2-bbcode.php

    r692853 r693516  
    44
    55Plugin Name:  bbPress2 BBCode
    6 Plugin URI:   http://bbpressbbcode.chantech.org/
    7 Description:  Adds support for bbcode to wordpress and bbpress
    8 Version:      1.5
     6Plugin URI:   http://wp.antonchanning.com/bbpress-bbcode/
     7Description:  Adds support for bbcode to wordpress, buddypress and bbpress
     8Version:      2.0
    99Author:       Anton Channing
    10 Author URI:   http://ant.chantech.org
     10Author URI:   http://wp.antonchanning.com
    1111
    1212**************************************************************************
    1313
    14 Copyright (C) 2011 Anton Channing
    15 Based on the b0ingBall BBCode plugin - Copyright (C) 2010 b0ingBall
    16 in turn based on the original BBCode plugin - Copyright (C) 2008 Viper007Bond
     14Copyright (C) 2013 Anton Channing
     15Forked from the b0ingBall BBCode plugin - Copyright (C) 2010 b0ingBall
     16in turn forked from the original BBCode plugin - Copyright (C) 2008 Viper007Bond
    1717
    1818***** GPL3 *****
     
    4242// Start this plugin once all other plugins are fully loaded
    4343add_action( 'plugins_loaded', create_function( '', 'global $BBCode; $BBCode = new BBCode();' ) );
    44 add_action( 'wp_loaded', create_function( '', 'global $BBCode; $BBCode->init_videotags();' ) );
    4544?>
Note: See TracChangeset for help on using the changeset viewer.