I hereby claim:
- I am lukasleitsch on github.
- I am phasenkasper (https://keybase.io/phasenkasper) on keybase.
- I have a public key whose fingerprint is 9523 6421 8768 1F33 F60E 6A50 089B F8C4 ADAA D123
To claim this, I am signing this object:
<?php | |
if (! class_exists('syntax_plugin_nstoc')) { | |
if (! defined('DOKU_PLUGIN')) { | |
if (! defined('DOKU_INC')) { | |
define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/'); | |
} // if | |
define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); | |
} // if | |
// Include parent class: | |
require_once(DOKU_PLUGIN . 'syntax.php'); |
<!-- VPN-On-Demand Codeblock --> | |
<key>OnDemandEnabled</key> | |
<integer>1</integer> | |
<key>OnDemandRules</key> | |
<array> | |
<dict> | |
<!-- VPN bei ausgewählten WLAN-Netzen deaktivieren --> | |
<key>InterfaceTypeMatch</key> | |
<string>WiFi</string> | |
<key>SSIDMatch</key> |
<?php | |
// Don't include the opening tag | |
function html5_insert_image( $html, $id, $caption, $title, $align, $url, $size, $alt ) { | |
$img = wp_get_attachment_image($id, $size, false, array('alt' => $alt)); | |
$html5 = "<figure id='post-$id media-$id' class='align-$align'>"; | |
if ( $url ) { | |
$html5 .= "<a href='$url' class='image-link'>$img</a>"; | |
} else { |
I hereby claim:
To claim this, I am signing this object: