Changeset 2752300
- Timestamp:
- 07/05/2022 11:34:29 PM (4 years ago)
- Location:
- fws-resize-on-demand/trunk
- Files:
-
- 1 added
- 1 edited
-
languages/fws-resize-on-demand-en.pot (added)
-
src/Dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fws-resize-on-demand/trunk/src/Dashboard.php
r2752289 r2752300 90 90 // validate access 91 91 if ( ! current_user_can( 'manage_options' ) ) { 92 wp_die( __( 'You do not have sufficient permissions to access this page.' ));92 wp_die(__('You do not have sufficient permissions to access this page.', 'fws-rod')); 93 93 } 94 94
Note: See TracChangeset
for help on using the changeset viewer.