Skip to content

Instantly share code, notes, and snippets.

View jrstaatsiii's full-sized avatar

Rich Staats jrstaatsiii

View GitHub Profile
/**
* Use an img tag for the logo
* @param $title
* @param $inside
* @param $wrap
*
* @return string
*/
function ssm_modify_site_title_html( $title, $inside, $wrap ) {
@jrstaatsiii
jrstaatsiii / 0_reuse_code.js
Created October 15, 2013 02:59
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console