Changes

Jump to: navigation, search

Learning Collaborative Development Lab Fall 2008 Results

482 bytes added, 13:21, 9 September 2008
no edit summary
})
--[[User:Jtarka|Jtarka]] 17:05, 9 September 2008 (UTC)
 
----
Goto a specified users blog on wordpress, modification of Patrick Lam's code
CmdUtils.CreateCommand({
name: "wpblog",
takes: {"user": noun_arb_text},
preview: "Goes to the specified user's blog on wordpress",
execute: function(directObj) {
var subdomain = "www";
if (directObj.text != "") {
subdomain = directObj.text;
}
Utils.openUrlInBrowser( "http://" + subdomain + ".wordpress.com" );
}
})
--[[User:nadavers|nadavers]] 17:16, 9 September 2008 (UTC)
1
edit

Navigation menu