Changeset 877801
- Timestamp:
- 03/19/2014 11:01:24 AM (12 years ago)
- Location:
- moot/trunk
- Files:
-
- 4 edited
-
class-moot.php (modified) (1 diff)
-
moot.php (modified) (1 diff)
-
public.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
moot/trunk/class-moot.php
r856245 r877801 12 12 class Moot { 13 13 14 protected $version = '2.0.1 0';14 protected $version = '2.0.11'; 15 15 16 16 protected $plugin_slug = 'moot'; -
moot/trunk/moot.php
r856245 r877801 5 5 * Author URI: https://moot.it 6 6 * Description: Realtime forums and commenting for WordPress 7 * Version: 2.0.1 07 * Version: 2.0.11 8 8 * Author: Moot Inc 9 9 * Text Domain: moot -
moot/trunk/public.php
r856245 r877801 82 82 <?php if ($key) { ?> 83 83 var moot_conf = { 84 login_url: '<?php echo wp_login_url( ); ?>',84 login_url: '<?php echo wp_login_url(get_permalink()); ?>', 85 85 sso: { 86 86 key: '<?php echo $key; ?>', -
moot/trunk/readme.txt
r856245 r877801 4 4 Requires at least: 3.0.0 5 5 Tested up to: 3.8 6 Stable tag: 2.0.1 06 Stable tag: 2.0.11 7 7 License: MIT 8 8 License URI: https://github.com/moot/wordpress/blob/master/LICENSE.txt
Note: See TracChangeset
for help on using the changeset viewer.