You appear to be a bot. Output may be restricted
Description
Implement [lwp] shortcode for link to wordpress.orgChanged to remove the www. prefix
Usage
bw_lwp();
Parameters
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-wp.phpLines:
1 to 4 of 4
function bw_lwp() { alink( "bw_lwp", "http://wordpress.org", bw_wp( true ), "Visit WordPress.org" ); return( bw_ret()); }View on GitHub