Plugin Directory

Changeset 1162022


Ignore:
Timestamp:
05/17/2015 04:00:24 AM (11 years ago)
Author:
jstnlngls
Message:

Adding an updated plugin file

Location:
tag-user-notification/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tag-user-notification/trunk/readme.txt

    r506726 r1162022  
    33Tags: comments, tagging, user notification, notification, replies, multi-author
    44Requires at least: 2.0.2
    5 Tested up to: 3.3.1.
    6 Stable tag: 1
     5Tested up to: 3.9.1.
     6Stable tag: 2
    77
    88This plugin allows you to tag other registered users on your blog in a comment in order to bring them into a conversation they might otherwise be missing.
  • tag-user-notification/trunk/tagUserNotifcation.php

    r506725 r1162022  
    55Plugin URI: http://www.brokencitylab.org
    66Description: Send a notification to user tagged in a comment
    7 Version: 0.1
     7Version: 0.2
    88Author: Justin Langlois, based on code from Fabio Trezzi's Notify on Comment plugin
    99Author URI:
     
    9090   
    9191    // If not setted load the default from file
    92     if($template ) $template = file_get_contents(dirname(__FILE__) . '/defaultTemplate.php');
     92    $template = file_get_contents(dirname(__FILE__) . '/defaultTemplate.php');
    9393
    9494    // Replace all the constant with the rights values
Note: See TracChangeset for help on using the changeset viewer.