Changeset 213592
- Timestamp:
- 03/05/2010 06:13:48 PM (16 years ago)
- Location:
- wp-photocontest/trunk
- Files:
-
- 2 edited
-
photocontest-manager.php (modified) (1 diff)
-
wp-photocontest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-photocontest/trunk/photocontest-manager.php
r194957 r213592 25 25 ### Include the configfile 26 26 require_once(dirname(__FILE__).'/wp-photocontest-config.php'); 27 28 27 ### PhotoContest Manager 29 28 $base_name = plugin_basename('wp-photocontest/photocontest-manager.php'); -
wp-photocontest/trunk/wp-photocontest.php
r193137 r213592 314 314 if(!$role->has_cap('manage_photocontest')) { 315 315 $role->add_cap('manage_photocontest'); 316 $role->add_cap('wp-photocontest/photocontest-manager.php'); 316 317 } 317 318
Note: See TracChangeset
for help on using the changeset viewer.