Changeset 1517920
- Timestamp:
- 10/19/2016 02:01:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indoona-schools-forms/trunk/indoona-schools-forms.php
r1516401 r1517920 274 274 275 275 $my_options = get_option('wp_indoona_msc'); 276 $my_options['forms'] = 'Paid leave for exam'.PHP_EOL.'Leave for health reasons'.PHP_EOL.'Holidays'; 276 $my_options['forms'] = __('Paid leave for exam', 'indoona-schools-forms').PHP_EOL. 277 __('Leave for health reasons', 'indoona-schools-forms').PHP_EOL. 278 __('Holidays', 'indoona-schools-forms'); 277 279 update_option( 'wp_indoona_msc', $my_options); 278 280 }
Note: See TracChangeset
for help on using the changeset viewer.