Changeset 1571199
- Timestamp:
- 01/09/2017 02:10:42 PM (9 years ago)
- File:
-
- 1 edited
-
vd-ratings/trunk/vd_ratings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vd-ratings/trunk/vd_ratings.php
r1571160 r1571199 192 192 if(!current_user_can('manage_options')) 193 193 { 194 wp_die(__( 'You do not have sufficient permissions to access this page.'));194 wp_die(__('You do not have sufficient permissions to access this page.','vd_rate')); 195 195 } 196 196 include(sprintf("%s/templates/settings.php", dirname(__FILE__)));
Note: See TracChangeset
for help on using the changeset viewer.