Changeset 1645790
- Timestamp:
- 04/26/2017 01:14:29 PM (9 years ago)
- Location:
- ab-post-view-counter
- Files:
-
- 4 edited
-
tags/1.12/ab-post-count-plugin.php (modified) (1 diff)
-
tags/1.12/readme.txt (modified) (1 diff)
-
trunk/ab-post-count-plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ab-post-view-counter/tags/1.12/ab-post-count-plugin.php
r1645731 r1645790 108 108 function abpostview_menu_item() 109 109 { 110 add_submenu_page("options-general.php", " Post View Counter", "Post View Counter", "manage_options", "abpvc", "abpostview_page");110 add_submenu_page("options-general.php", "AB Post View Counter", "AB Post View Counter", "manage_options", "abpvc", "abpostview_page"); 111 111 } 112 112 -
ab-post-view-counter/tags/1.12/readme.txt
r1645728 r1645790 41 41 42 42 == Screenshots == 43 1. Settings-> Post View Counter page43 1. Settings->AB Post View Counter page 44 44 == Frequently Asked Questions == 45 45 -
ab-post-view-counter/trunk/ab-post-count-plugin.php
r1645731 r1645790 108 108 function abpostview_menu_item() 109 109 { 110 add_submenu_page("options-general.php", " Post View Counter", "Post View Counter", "manage_options", "abpvc", "abpostview_page");110 add_submenu_page("options-general.php", "AB Post View Counter", "AB Post View Counter", "manage_options", "abpvc", "abpostview_page"); 111 111 } 112 112 -
ab-post-view-counter/trunk/readme.txt
r1645728 r1645790 41 41 42 42 == Screenshots == 43 1. Settings-> Post View Counter page43 1. Settings->AB Post View Counter page 44 44 == Frequently Asked Questions == 45 45
Note: See TracChangeset
for help on using the changeset viewer.