2
0
Fork 0
mirror of https://github.com/discourse/wp-discourse.git synced 2025-10-04 09:01:05 +08:00
wp-discourse/wp-discourse.php

30 lines
1.2 KiB
PHP
Raw Normal View History

2013-03-26 23:29:55 -07:00
<?php
/*
Plugin Name: WP-Discourse
Description: Use Discourse as a community engine for your WordPress blog
2015-01-05 08:47:43 +05:30
Version: 0.6.2
2013-08-16 11:50:40 -07:00
Author: Sam Saffron, Robin Ward
2014-06-23 03:09:10 +05:30
Author URI: https://github.com/discourse/wp-discourse
Plugin URI: https://github.com/discourse/wp-discourse
2013-03-26 23:29:55 -07:00
*/
/* Copyright 2014 Civilized Discourse Construction Kit, Inc (team@discourse.org)
2013-03-26 23:29:55 -07:00
2014-09-19 01:52:53 +00:00
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2013-03-26 23:29:55 -07:00
*/
2015-01-05 10:37:43 -06:00
require_once( __DIR__ . '/lib/discourse.php' );
require_once( __DIR__ . '/lib/admin.php' );
require_once( __DIR__ . '/lib/sso.php' );