Skip to content

Instantly share code, notes, and snippets.

@getsource
Created January 31, 2013 23:06
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save getsource/4687560 to your computer and use it in GitHub Desktop.
Save getsource/4687560 to your computer and use it in GitHub Desktop.
Make your dashboard your secret place.
<?php
/*
Plugin Name: Secret Place
Plugin URI: http://github.com/getsource
Description: Make your dashboard your secret place.
Author: Mike Schroder and Jason Cosper
Version: 0.1
Author URI: http://www.getsource.net/
*/
add_filter( 'privacy_on_link_text',
create_function( '', "return 'This is a secret, special place. Only you and I know about it. Yay!';" ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment