Skip to content

Instantly share code, notes, and snippets.

@mfields
Created November 29, 2011 03:30
Show Gist options
  • Select an option

  • Save mfields/1403263 to your computer and use it in GitHub Desktop.

Select an option

Save mfields/1403263 to your computer and use it in GitHub Desktop.
sudfglkusdfglksdfkghj
<?php
/*
Plugin Name: sudfglkusdfglksdfkghj
*/
function sudfglkusdfglksdfkghj( $content ) {
global $wp_version;
$version = '3.3-beta4';
if ( $wp_version == $version )
return str_replace( $version, $version . ' - BLAST OFF', $content );
return $content;
}
add_filter( 'update_footer', 'sudfglkusdfglksdfkghj', 11 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment