Changeset 2452317
- Timestamp:
- 01/08/2021 06:05:34 AM (5 years ago)
- Location:
- apollo
- Files:
-
- 4 edited
-
tags/1.0.1/includes/apollo.php (modified) (1 diff)
-
tags/1.0.2/includes/apollo.php (modified) (1 diff)
-
tags/1.0/includes/apollo.php (modified) (1 diff)
-
trunk/includes/apollo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apollo/tags/1.0.1/includes/apollo.php
r2020650 r2452317 19 19 20 20 // check if user admin 21 if ( !current_user_can('administrator') && !current_user_can('editor') ) {21 if ( !current_user_can('administrator') && !current_user_can('editor') && !current_user_can('shop_manager')) { 22 22 return; 23 23 } -
apollo/tags/1.0.2/includes/apollo.php
r2054619 r2452317 21 21 22 22 // check if user admin 23 if ( !current_user_can('administrator') && !current_user_can('editor') ) {23 if ( !current_user_can('administrator') && !current_user_can('editor') && !current_user_can('shop_manager')) { 24 24 return; 25 25 } -
apollo/tags/1.0/includes/apollo.php
r2013244 r2452317 19 19 20 20 // check if user admin 21 if ( !current_user_can('administrator') && !current_user_can('editor') ) {21 if ( !current_user_can('administrator') && !current_user_can('editor') && !current_user_can('shop_manager')) { 22 22 return; 23 23 } -
apollo/trunk/includes/apollo.php
r2347336 r2452317 21 21 22 22 // check if user admin 23 if ( !current_user_can('administrator') && !current_user_can('editor') ) {23 if ( !current_user_can('administrator') && !current_user_can('editor') && !current_user_can('shop_manager')) { 24 24 return; 25 25 }
Note: See TracChangeset
for help on using the changeset viewer.