scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Wordpress 3.1
[autoinstalls/wordpress.git]
/
wp-includes
/
registration.php
1
<?php
2
/**
3
* Deprecated. No longer needed.
4
*
5
* @package WordPress
6
*/
7
_deprecated_file( basename(__FILE__), '3.1', null, __( 'This file no longer needs to be included.' ) );
8
?>