Guest User

Untitled

a guest
Oct 24th, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function change_data() { global $wp_locale;
  2. // Months
  3. $wp_locale->month['10'] = 'Octombrie';
  4. }
  5.  
  6. add_filter('locale','change_data');
Advertisement
Add Comment
Please, Sign In to add comment