Plugin Directory

Changeset 877801


Ignore:
Timestamp:
03/19/2014 11:01:24 AM (12 years ago)
Author:
tipiirai
Message:

Redirect back to forum or commenting page after succesfull Wordpress login

Location:
moot/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • moot/trunk/class-moot.php

    r856245 r877801  
    1212class Moot {
    1313
    14   protected $version = '2.0.10';
     14  protected $version = '2.0.11';
    1515
    1616  protected $plugin_slug = 'moot';
  • moot/trunk/moot.php

    r856245 r877801  
    55 * Author URI:    https://moot.it
    66 * Description:   Realtime forums and commenting for WordPress
    7  * Version:       2.0.10
     7 * Version:       2.0.11
    88 * Author:        Moot Inc
    99 * Text Domain:   moot
  • moot/trunk/public.php

    r856245 r877801  
    8282  <?php if ($key) { ?>
    8383    var moot_conf = {
    84       login_url: '<?php echo wp_login_url(); ?>',
     84      login_url: '<?php echo wp_login_url(get_permalink()); ?>',
    8585      sso: {
    8686        key: '<?php echo $key; ?>',
  • moot/trunk/readme.txt

    r856245 r877801  
    44Requires at least: 3.0.0
    55Tested up to: 3.8
    6 Stable tag: 2.0.10
     6Stable tag: 2.0.11
    77License: MIT
    88License URI: https://github.com/moot/wordpress/blob/master/LICENSE.txt
Note: See TracChangeset for help on using the changeset viewer.