Changeset 1870396
- Timestamp:
- 05/07/2018 10:23:34 PM (8 years ago)
- Location:
- proverbs
- Files:
-
- 2 edited
-
tags/2.0/includes/class-proverbs.php (modified) (1 diff)
-
trunk/includes/class-proverbs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
proverbs/tags/2.0/includes/class-proverbs.php
r1870385 r1870396 285 285 )), 'name' ); 286 286 287 $this->category_search = new Category_Search($preselected_categories, 'proverb_category', 'proverb', 'Proverbs', 'C ountries of origin');287 $this->category_search = new Category_Search($preselected_categories, 'proverb_category', 'proverb', 'Proverbs', 'Categories'); 288 288 } 289 289 -
proverbs/trunk/includes/class-proverbs.php
r1870383 r1870396 285 285 )), 'name' ); 286 286 287 $this->category_search = new Category_Search($preselected_categories, 'proverb_category', 'proverb', 'Proverbs', 'C ountries of origin');287 $this->category_search = new Category_Search($preselected_categories, 'proverb_category', 'proverb', 'Proverbs', 'Categories'); 288 288 } 289 289
Note: See TracChangeset
for help on using the changeset viewer.