Created
January 31, 2013 23:06
-
-
Save getsource/4687560 to your computer and use it in GitHub Desktop.
Make your dashboard your secret place.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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