Procedural File: comment.php
Source Location: /default-templates/comment.php
  
 
 
Page Details:
This is the default template for the comment info window in Geo Mashup maps.
 
 Don't modify this file! It will be overwritten by upgrades. Instead, copy this file to "geo-mashup-comment.php" in your theme directory,  or "comment.php" in the Geo Mashup Custom plugin directory, if you have that  installed. Those files take precedence over this one. For styling of the info window, see map-style-default.css. 
 
  
Tags:
  
  
  
 
   
	
	geo_mashup_comment_default [line 43]
	
    
    
		void geo_mashup_comment_default(
object $comment, array $args, mixed $depth)
     |   
     |  
 
		Template callback for GeoMashupQuery::list_comments() Use the newer form of template, where the individual comment template goes in  a function that matches the callback argument to list_comments 
Tags:
    
	
    		Parameters
    
		      
        | object   | 
        $comment   | 
        The comment to display | 
       
		      
        | array   | 
        $args   | 
        Arguments from wp_list_comments | 
       
		      
        | mixed   | 
        $depth   | 
        Nested depth | 
       
				 
    	
	 
        
       |