
04-11-2011, 10:27 AM
|
|
Administrator
|
|
Join Date: Aug 2010
Posts: 85
Thanks: 7
Thanked 21 Times in 20 Posts
|
|
Change Select Category Dropdown Text
Edit: /wp-includes/default-widgets.php
Search For: Select Category
Your will find:
$cat_args['show_option_none'] = __(‘Select Category’);
Replace with:
$cat_args['show_option_none'] = __(‘Select xxxxxxxxxxx’);
Done.
|