Changeset 577667
- Timestamp:
- 07/26/2012 02:08:59 PM (14 years ago)
- File:
-
- 1 edited
-
wpcb/trunk/trello.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpcb/trunk/trello.php
r577666 r577667 92 92 if(isset($options['apiKey'])){$val = $options['apiKey'];} 93 93 echo '<input type="text" size="75" id="apiKey" name="wpcb_trello[apiKey]" value="' . $val . '" />'; 94 echo '(voir ici : <a hre ="https://trello.com/docs/gettingstarted/index.html#getting-an-application-key" target="_blank">https://trello.com/docs/gettingstarted/index.html#getting-an-application-key</a>)';94 echo '(voir ici : <a href="https://trello.com/docs/gettingstarted/index.html#getting-an-application-key" target="_blank">https://trello.com/docs/gettingstarted/index.html#getting-an-application-key</a>)'; 95 95 } 96 96
Note: See TracChangeset
for help on using the changeset viewer.