Skip to content

Instantly share code, notes, and snippets.

@crossreftech
Created February 25, 2014 05:34
Show Gist options
  • Save crossreftech/9203306 to your computer and use it in GitHub Desktop.
Save crossreftech/9203306 to your computer and use it in GitHub Desktop.
<?php
// Change the login screen error messages
function pd_login_error(){ return '<strong>Sorry!</strong>: It looks like you my have the wrong login information.';}
add_filter( 'login_errors', 'pd_login_error' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment