Skip to content

Commit 910cbb5

Browse files
committed
Merge pull request #16 from Factlink/clarify-disable-comment-option
Clarify disable comment option
2 parents 653c5c4 + 3056a6b commit 910cbb5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

trunk/app/view/admin_page.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,9 @@
9797
name="<?php echo $this->settings->disable_global_comments->name(); ?>" <?php if ($this->settings->disable_global_comments->get() == 1) {
9898
echo 'checked';
9999
} ?> 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>
102101
</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
104103
existing ones.</p>
105104
</td>
106105
</tr>

trunk/readme.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== Plugin Name ===
22
Contributors: factlink
3-
Tags: discussions, annotation, credibility, social network
3+
Tags: discussions, annotation, inline comments
44
Requires at least: 3.1.0
55
Tested up to: 3.8.1
66
Stable tag: trunk
@@ -27,9 +27,10 @@ You can find more information at [https://factlink.com/publisher](https://factli
2727

2828
== Installation ==
2929

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
3131
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.
3334

3435
== Screenshots ==
3536

0 commit comments

Comments
 (0)