Changeset 1065 for trunk/wp-config-extra.php
- Timestamp:
- 04/13/2004 06:56:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-config-extra.php
r628 r1065 1 1 <?php 2 // this file contains customizable arrays for smilies, weekdays and month names.3 2 4 5 // the weekdays and the months.. translate them if necessary 6 $weekday[0]='Sunday'; 7 $weekday[1]='Monday'; 8 $weekday[2]='Tuesday'; 9 $weekday[3]='Wednesday'; 10 $weekday[4]='Thursday'; 11 $weekday[5]='Friday'; 12 $weekday[6]='Saturday'; 3 // this file contains customizable arrays for smilies. 4 // here's the conversion table, you can modify it if you know what you're doing 13 5 14 // the months, translate them if necessary - note: this isn't active everywhere yet15 $month['01']='January';16 $month['02']='February';17 $month['03']='March';18 $month['04']='April';19 $month['05']='May';20 $month['06']='June';21 $month['07']='July';22 $month['08']='August';23 $month['09']='September';24 $month['10']='October';25 $month['11']='November';26 $month['12']='December';27 28 // here's the conversion table, you can modify it if you know what you're doing29 6 $wpsmiliestrans = array( 30 7 ' :)' => 'icon_smile.gif',
Note: See TracChangeset
for help on using the changeset viewer.