Changeset 2069198
- Timestamp:
- 04/16/2019 08:46:52 AM (7 years ago)
- Location:
- keyword-research-tool/trunk
- Files:
-
- 1 added
- 2 edited
-
images/icon.png (added)
-
keyword-research-tool.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
keyword-research-tool/trunk/keyword-research-tool.php
r2067114 r2069198 4 4 Plugin URI: 5 5 Description: <strong>Keyword Research</strong> made simple for Wordpress. Enter your <strong>keyword</strong> and quickly discover keyword opportunities related to your topic. 6 Version: 1. 16 Version: 1.2 7 7 Author: Jasja ter horst - SEO Review Tools 8 8 Author URI: https://www.seoreviewtools.com … … 56 56 57 57 function srt_keyword_tool_plugin_menu() { 58 add_menu_page( 'Keyword Research Tool ', 'KW Research Tool', 'manage_options', 'keyword-research-tool', 'srt_keyword_tool_options', 'dashicons-search', 6 ); 58 add_menu_page( 59 'Keyword Research Tool ', 60 'KW Research Tool', 61 'manage_options', 62 'keyword-research-tool', 63 'srt_keyword_tool_options', 64 plugins_url( 'keyword-research-tool/images/icon.png' ), 65 6 66 ); 59 67 } 60 68 -
keyword-research-tool/trunk/readme.txt
r2067115 r2069198 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.1.1 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html
Note: See TracChangeset
for help on using the changeset viewer.