Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry but can I know where is this? eg. dashboard/frontend event editor?

    Thread Starter abailey

    (@abailey)

    Throughout the code. Here’s a search result on Events manager with line numbers

    ----------------------------------------
    Find 'seperated' in 'Y:\html\www.linktosite.info\wp-content\plugins\events-manager\readme.txt' (12/19/2014 11:50:29 AM; 12/19/2014 11:50:29 AM):
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\readme.txt(719): * fixed blog search filter not allowing comma seperated values e.g. 1,2,3
    Found 'seperated' 1 time(s).
    ----------------------------------------
    Find 'seperated' in 'Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-docs.php' (12/19/2014 11:50:29 AM; 12/19/2014 11:50:29 AM):
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-docs.php(18): 					'category' => array( 'desc'=> str_replace('%s','categories', 'Supply a single id, slug or comma-seperated ids or slugs (e.g. "1,%s-slug,3") to limit the search to events in any of these %s. You can also use negative numbers and slugs to exclude specific %s (e.g. -1,-exclude-%s,-3). If you mix inclusions and exclusions, all events with included %s AND without excluded %s will be shown. You can also use & to seperate ids and slugs, in which case events must contain (or not contain) both %s to be shown.'), 'default'=>0),
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-docs.php(19): 					'tag' => array( 'desc'=> str_replace('%s', 'tags', 'Supply a single id, slug or comma-seperated ids or slugs (e.g. "1,%s-slug,3") to limit the search to events in any of these %s. You can also use negative numbers and slugs to exclude specific %s (e.g. -1,-exclude-%s,-3). If you mix inclusions and exclusions, all events with included %s AND without excluded %s will be shown. You can also use & to seperate ids and slugs, in which case events must contain (or not contain) both %s to be shown.'), 'default'=>0),
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-docs.php(20): 					'event' => array( 'desc'=> sprintf('Supply a single id or comma-seperated ids (e.g. "1,2,3") to limit the search to %s with the %s.','events', 'event_id(s)'), 'default'=>0),
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-docs.php(22): 					'post_id' => array( 'desc' => sprintf('Supply a single id or comma-seperated ids (e.g. "1,2,3") to limit the search to %s with the %s.','events', 'post_id(s)')),
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-docs.php(29): 					'scope' => array( 'desc'=> 'Choose the time frame of events to show. Additionally you can supply dates (in format of YYYY-MM-DD), either single for events on a specific date or two dates seperated by a comma (e.g. 2010-12-25,2010-12-31) for events ocurring between these dates.', 'default'=>'future', 'args'=>array("future", "past", "today", "tomorrow", "month", "next-month", "1-months", "2-months", "3-months", "6-months", "12-months","all")),
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-docs.php(36): 					'location' => array( 'desc'=> sprintf('Supply a single id or comma-seperated ids (e.g. "1,2,3") to limit the search to %s with the %s.','locations', 'location_id(s)'), 'default'=>0),
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-docs.php(37): 					'post_id' => array( 'desc' => sprintf('Supply a single id or comma-seperated ids (e.g. "1,2,3") to limit the search to %s with the %s.','locations', 'post_id(s)')),
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-docs.php(67): 					'orderby' => array( 'desc'=> 'Choose what fields to order your results by. You can supply a single field or multiple comma-seperated fields (e.g. "event_start_date,event_name").', 'default'=>0, 'args'=>'Database table fields, e.g. <code>event_name</code> or <code>location_name</code>'),
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-docs.php(72): 					'near' => array('desc'=>'Accepts a comma-seperated coordinates (e.g. 1,1) value, which searches for events or locations located near this coordinate.'),
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-docs.php(258): 							'#_LOCATIONFULLLINE' => array( 'desc' => 'Shows a comma-seperated line of location information, ommitting blanks (format of address, town, state, postcode, region' ),
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-docs.php(259): 							'#_LOCATIONFULLBR' => array( 'desc' => 'Shows a line-break (br tag) seperated location information, ommitting blanks (format of address, town, state, postcode, region' ),
    Found 'seperated' 11 time(s).
    ----------------------------------------
    Find 'seperated' in 'Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-options.php' (12/19/2014 11:50:29 AM; 12/19/2014 11:50:29 AM):
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-options.php(17): 				if( in_array($postKey, array('dbem_bookings_notify_admin','dbem_event_submitted_email_admin','dbem_js_limit_events_form','dbem_js_limit_search','dbem_js_limit_general','dbem_css_limit_include','dbem_css_limit_exclude','dbem_search_form_geo_distance_options')) ){ $postValue = str_replace(' ', '', $postValue); } //clean up comma seperated emails, no spaces needed
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-options.php(439): 						$performance_opt_page_instructions = __('In the boxes below, you are expected to write the page IDs. For multiple pages, use comma-seperated values e.g. 1,2,3. Entering 0 means EVERY page, -1 means the home page.','dbem');
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\admin\em-options.php(1292): 						em_options_input_text ( __( 'Distance Values', 'dbem' ), 'dbem_search_form_geo_distance_options', __('The numerical units shown to those searching by distance. Use comma-seperated numers, such as "25,50,100".','dbem') );
    Found 'seperated' 3 time(s).
    ----------------------------------------
    Find 'seperated' in 'Y:\html\www.linktosite.info\wp-content\plugins\events-manager\includes\langs\events-manager.pot' (12/19/2014 11:50:29 AM; 12/19/2014 11:50:29 AM):
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\includes\langs\events-manager.pot(1679): msgid "In the boxes below, you are expected to write the page IDs. For multiple pages, use comma-seperated values e.g. 1,2,3. Entering 0 means EVERY page, -1 means the home page."
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\includes\langs\events-manager.pot(3094): msgid "The numerical units shown to those searching by distance. Use comma-seperated numers, such as \"25,50,100\"."
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\includes\langs\events-manager.pot(7972): msgid "If you're using the Google Maps, the more detail you provide, the more accurate Google can be at finding your location. If your address isn't being found, please <a='http://maps.google.com'>try it on maps.google.com</a> by adding all the fields below seperated by commas."
    Found 'seperated' 3 time(s).
    ----------------------------------------
    Find 'seperated' in 'Y:\html\www.linktosite.info\wp-content\plugins\events-manager\classes\em-object.php' (1/18/2015 5:06:35 PM; 1/18/2015 5:06:35 PM):
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\classes\em-object.php(51): 			'near'=>false, //lat,lng coordinates in array or comma-seperated format
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\classes\em-object.php(96): 			//Country - Turn into array for multiple search if comma-seperated
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\classes\em-object.php(101): 			//OrderBy - can be a comma-seperated array of field names to order by (field names of object, not db)
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\classes\em-object.php(402): 		//START TAXONOMY FILTERS - can be id, slug, name or comma seperated ids/slugs/names, if negative or prepended with a - then considered a negative filter
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\classes\em-object.php(767): 		//Filter by category, can be id or comma seperated ids
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\classes\em-object.php(800): 		//Filter by tag, can be id or comma seperated ids
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\classes\em-object.php(1136): 	 * Cleans arrays that contain id lists. Takes an array of items and will clean the keys passed in second argument so that if they keep numbers, explode comma-seperated numbers, and unsets the key if there's any other value
    Found 'seperated' 7 time(s).
    ----------------------------------------
    Find 'seperated' in 'Y:\html\www.linktosite.info\wp-content\plugins\events-manager\classes\phpmailer\class.smtp.php' (12/19/2014 11:50:29 AM; 12/19/2014 11:50:29 AM):
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\classes\phpmailer\class.smtp.php(315):    * and the message body being seperated by and additional <CRLF>.
    Found 'seperated' 1 time(s).
    ----------------------------------------
    Find 'seperated' in 'Y:\html\www.linktosite.info\wp-content\plugins\events-manager\templates\forms\location\where.php' (12/19/2014 11:50:29 AM; 12/19/2014 11:50:29 AM):
    Y:\html\www.linktosite.info\wp-content\plugins\events-manager\templates\forms\location\where.php(6): <p class="em-location-data-maps-tip"><?php _e("If you're using the Google Maps, the more detail you provide, the more accurate Google can be at finding your location. If your address isn't being found, please <a='http://maps.google.com'>try it on maps.google.com</a> by adding all the fields below seperated by commas.",'dbem')?></p>
    Found 'seperated' 1 time(s).
    Search complete, found 'seperated' 27 time(s). (7 file(s)).

    Thanks, I’ve passed this on to the Dev team.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘"Separated" always misspelled’ is closed to new replies.