equal
deleted
inserted
replaced
218 } } } |
218 } } } |
219 echo '</div>'; |
219 echo '</div>'; |
220 } |
220 } |
221 |
221 |
222 |
222 |
223 |
223 function get_image_path($image) { |
|
224 global $blog_id; |
|
225 if (isset($blog_id) && $blog_id > 0) { |
|
226 $wpcontentPos = strpos($image, '/wp-content/'); |
|
227 if($wpcontentPos) { |
|
228 $image = substr($image, $wpcontentPos); |
|
229 } |
|
230 } |
|
231 return $image; |
|
232 } |
224 |
233 |
225 |
234 |
226 /* start for comments */ |
235 /* start for comments */ |
227 if ( ! function_exists( 'inmotion_comment' ) ) : |
236 if ( ! function_exists( 'inmotion_comment' ) ) : |
228 function inmotion_comment( $comment, $args, $depth ) { |
237 function inmotion_comment( $comment, $args, $depth ) { |