Plugin Directory

Changeset 429355


Ignore:
Timestamp:
08/27/2011 08:23:03 AM (15 years ago)
Author:
azram19
Message:

version in plugin's php file changed

Location:
threaded-comments-management
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • threaded-comments-management/tags/1.0.1/wp-threaded-comments.php

    r429221 r429355  
    22/*
    33Plugin Name: Threaded Comments Management
    4 Version: 1.0
     4Version: 1.0.1
    55Author: azram19
    66Plugin URI: http://gsoc2011.wordpress.com/threaded-comments
  • threaded-comments-management/tags/1.0.1/wp-threaded-comments.php~

    r429221 r429355  
    2626
    2727$wp_tc_ec_link = ABSPATH . "wp-admin/wp-tc-edit-comments.php";
    28 $wp_tc_ec_file = WP_PLUGIN_DIR . "/trunk/wp-tc-edit-comments.php";
     28$wp_tc_ec_file = WP_PLUGIN_DIR . "/threaded-comments-management/wp-tc-edit-comments.php";
    2929$wp_tc_clt_link = ABSPATH . "wp-admin/includes/class-wp-tc-comments-list-table.php";
    30 $wp_tc_clt_file = WP_PLUGIN_DIR . "/trunk/class-wp-tc-comments-list-table.php";
     30$wp_tc_clt_file = WP_PLUGIN_DIR . "/threaded-comments-management/class-wp-tc-comments-list-table.php";
    3131$wp_tc_clt = true;
    3232$wp_tc_ec = true;
  • threaded-comments-management/trunk/wp-threaded-comments.php

    r429221 r429355  
    22/*
    33Plugin Name: Threaded Comments Management
    4 Version: 1.0
     4Version: 1.0.1
    55Author: azram19
    66Plugin URI: http://gsoc2011.wordpress.com/threaded-comments
  • threaded-comments-management/trunk/wp-threaded-comments.php~

    r429221 r429355  
    2626
    2727$wp_tc_ec_link = ABSPATH . "wp-admin/wp-tc-edit-comments.php";
    28 $wp_tc_ec_file = WP_PLUGIN_DIR . "/trunk/wp-tc-edit-comments.php";
     28$wp_tc_ec_file = WP_PLUGIN_DIR . "/threaded-comments-management/wp-tc-edit-comments.php";
    2929$wp_tc_clt_link = ABSPATH . "wp-admin/includes/class-wp-tc-comments-list-table.php";
    30 $wp_tc_clt_file = WP_PLUGIN_DIR . "/trunk/class-wp-tc-comments-list-table.php";
     30$wp_tc_clt_file = WP_PLUGIN_DIR . "/threaded-comments-management/class-wp-tc-comments-list-table.php";
    3131$wp_tc_clt = true;
    3232$wp_tc_ec = true;
Note: See TracChangeset for help on using the changeset viewer.