You appear to be a bot. Output may be restricted
Description
Implement [ldrupal] shortcode for link to Drupal.org
Usage
bw_ldrupal();
Parameters
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-wp.phpLines:
1 to 4 of 4
function bw_ldrupal() { alink( NULL, "http://www.drupal.org", bw_drupal(), "Visit Drupal.org" ); return( bw_ret()); }View on GitHub