Changeset 2325832
- Timestamp:
- 06/17/2020 12:16:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temporarily-hidden-content/trunk/includes/class-temporarily-hidden-content-public.php
r2313564 r2325832 23 23 'class_prefix' => $this->plugin_db_term, 24 24 'translations' => array( 25 'day' => __('day', $this-> class_slug),26 'days' => __('days', $this-> class_slug),27 'hour' => __('hour', $this-> class_slug),28 'hours' => __('hours', $this-> class_slug),29 'minute' => __('minute', $this-> class_slug),30 'minutes' => __('minutes', $this-> class_slug),31 'second' => __('second', $this-> class_slug),32 'seconds' => __('seconds', $this-> class_slug),33 'and' => __('and', $this-> class_slug),34 'refreshButton' => __('Refresh to view this content', $this-> class_slug)25 'day' => __('day', $this->plugin_slug), 26 'days' => __('days', $this->plugin_slug), 27 'hour' => __('hour', $this->plugin_slug), 28 'hours' => __('hours', $this->plugin_slug), 29 'minute' => __('minute', $this->plugin_slug), 30 'minutes' => __('minutes', $this->plugin_slug), 31 'second' => __('second', $this->plugin_slug), 32 'seconds' => __('seconds', $this->plugin_slug), 33 'and' => __('and', $this->plugin_slug), 34 'refreshButton' => __('Refresh to view this content', $this->plugin_slug) 35 35 ) 36 36 ));
Note: See TracChangeset
for help on using the changeset viewer.