Changeset 429355
- Timestamp:
- 08/27/2011 08:23:03 AM (15 years ago)
- Location:
- threaded-comments-management
- Files:
-
- 4 edited
-
tags/1.0.1/wp-threaded-comments.php (modified) (1 diff)
-
tags/1.0.1/wp-threaded-comments.php~ (modified) (1 diff)
-
trunk/wp-threaded-comments.php (modified) (1 diff)
-
trunk/wp-threaded-comments.php~ (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
threaded-comments-management/tags/1.0.1/wp-threaded-comments.php
r429221 r429355 2 2 /* 3 3 Plugin Name: Threaded Comments Management 4 Version: 1.0 4 Version: 1.0.1 5 5 Author: azram19 6 6 Plugin URI: http://gsoc2011.wordpress.com/threaded-comments -
threaded-comments-management/tags/1.0.1/wp-threaded-comments.php~
r429221 r429355 26 26 27 27 $wp_tc_ec_link = ABSPATH . "wp-admin/wp-tc-edit-comments.php"; 28 $wp_tc_ec_file = WP_PLUGIN_DIR . "/t runk/wp-tc-edit-comments.php";28 $wp_tc_ec_file = WP_PLUGIN_DIR . "/threaded-comments-management/wp-tc-edit-comments.php"; 29 29 $wp_tc_clt_link = ABSPATH . "wp-admin/includes/class-wp-tc-comments-list-table.php"; 30 $wp_tc_clt_file = WP_PLUGIN_DIR . "/t runk/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"; 31 31 $wp_tc_clt = true; 32 32 $wp_tc_ec = true; -
threaded-comments-management/trunk/wp-threaded-comments.php
r429221 r429355 2 2 /* 3 3 Plugin Name: Threaded Comments Management 4 Version: 1.0 4 Version: 1.0.1 5 5 Author: azram19 6 6 Plugin URI: http://gsoc2011.wordpress.com/threaded-comments -
threaded-comments-management/trunk/wp-threaded-comments.php~
r429221 r429355 26 26 27 27 $wp_tc_ec_link = ABSPATH . "wp-admin/wp-tc-edit-comments.php"; 28 $wp_tc_ec_file = WP_PLUGIN_DIR . "/t runk/wp-tc-edit-comments.php";28 $wp_tc_ec_file = WP_PLUGIN_DIR . "/threaded-comments-management/wp-tc-edit-comments.php"; 29 29 $wp_tc_clt_link = ABSPATH . "wp-admin/includes/class-wp-tc-comments-list-table.php"; 30 $wp_tc_clt_file = WP_PLUGIN_DIR . "/t runk/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"; 31 31 $wp_tc_clt = true; 32 32 $wp_tc_ec = true;
Note: See TracChangeset
for help on using the changeset viewer.