-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7dee7d6
commit d3fb9bd
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
/* | ||
Plugin Name: WP Help | ||
Description: Administrators can create detailed, hierarchical documentation for the site's authors and editors, viewable in the WordPress admin. | ||
Version: 1.7.0 | ||
Version: 1.7.1 | ||
License: GPL | ||
Plugin URI: http://txfx.net/wordpress-plugins/wp-help/ | ||
Author: Mark Jaquith | ||
Author URI: http://coveredwebservices.com/ | ||
*/ | ||
|
||
/** | ||
* Copyright (c) 2011-2020 Mark Jaquith (email: [email protected]) | ||
* Copyright (c) 2011-2021 Mark Jaquith (email: [email protected]) | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License, version 2 or, at | ||
|