You appear to be a bot. Output may be restricted
Description
Implement [drupal] shortcode for Drupal
Usage
bw_drupal();
Parameters
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-wp.phpLines:
1 to 4 of 4
function bw_drupal() { $bw = '<span class="bw_drupal">Drupal</span>'; return( $bw ); }View on GitHub