Changeset 1914926
- Timestamp:
- 07/25/2018 05:35:36 PM (8 years ago)
- Location:
- thrivehive/trunk
- Files:
-
- 2 edited
-
README.md (modified) (2 diffs)
-
lib/snippet_display.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thrivehive/trunk/README.md
r1914283 r1914926 65 65 66 66 ## Update the Subversion Repo - ask somebody for the login creds 67 ``` 67 68 svn co https://plugins.svn.wordpress.org/thrivehive 68 69 cp -a ~/thrivehive/repos/warp-prism/. thrivehive/trunk/ … … 70 71 rm -rf thrivehive/trunk/.git 71 72 rm -rf thrivehive/trunk/.gitignore 72 svn commit -m "mygitbranch" --username $username --password $password 73 svn commit -m "mygitbranch" 74 ``` 73 75 74 76 ## Screenshots -
thrivehive/trunk/lib/snippet_display.php
r1896065 r1914926 77 77 function th_map(){ 78 78 $address = urlencode(str_replace("<br/>", " ", get_option('th_company_address'))); 79 return "<a target='_blank' href=' http://maps.google.com/maps?daddr=$address'><img src='http://maps.google.com/maps/api/staticmap?size=375x205&maptype=roadmap&markers=size:mid%7Ccolor:red%7C$address&sensor=false&key=AIzaSyByDkkUYhIDAQ4zc5DuG6_5FG3rYyncRrE'></a>";79 return "<a target='_blank' href='//maps.google.com/maps?daddr=$address'><img src='//maps.google.com/maps/api/staticmap?size=375x205&maptype=roadmap&markers=size:mid%7Ccolor:red%7C$address&sensor=false&key=AIzaSyByDkkUYhIDAQ4zc5DuG6_5FG3rYyncRrE'></a>"; 80 80 } 81 81
Note: See TracChangeset
for help on using the changeset viewer.