File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 97
97
name="<?php echo $ this ->settings ->disable_global_comments ->name (); ?> " <?php if ($ this ->settings ->disable_global_comments ->get () == 1 ) {
98
98
echo 'checked ' ;
99
99
} ?> id="<?php echo $ this ->settings ->disable_global_comments ->name (); ?> " value="1">
100
- <label for="<?php echo $ this ->settings ->disable_global_comments ->name (); ?> ">Replace Wordpress
101
- comments with Factlink comments.</label>
100
+ <label for="<?php echo $ this ->settings ->disable_global_comments ->name (); ?> ">Disable the default Wordpress comments.</label>
102
101
</fieldset>
103
- <p class="description">Disables the Wordpress ability to add new comments, but doesn't remove the
102
+ <p class="description">Note: Disables the Wordpress ability to add new comments, but doesn't remove the
104
103
existing ones.</p>
105
104
</td>
106
105
</tr>
Original file line number Diff line number Diff line change 1
1
=== Plugin Name ===
2
2
Contributors: factlink
3
- Tags: discussions, annotation, credibility, social network
3
+ Tags: discussions, annotation, inline comments
4
4
Requires at least: 3.1.0
5
5
Tested up to: 3.8.1
6
6
Stable tag: trunk
@@ -27,9 +27,10 @@ You can find more information at [https://factlink.com/publisher](https://factli
27
27
28
28
== Installation ==
29
29
30
- 1. Upload the file `factlink.php` to the `/wp-content/plugins/` directory
30
+ 1. Upload the downloaded folder to the `/wp-content/plugins/` directory
31
31
2. Activate the plugin through the 'Plugins' menu in WordPress
32
- 3. You're done! You should now be able to use Factlink.
32
+ 3. Configure the plugin
33
+ 4. You're done! You should now be able to use Factlink.
33
34
34
35
== Screenshots ==
35
36
You can’t perform that action at this time.
0 commit comments