Unused var cleanup. Props DD32. see #5418

git-svn-id: http://svn.automattic.com/wordpress/trunk@6551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-01-04 19:36:34 +00:00
parent f05fe26e0c
commit 1ae1811dd0
19 changed files with 41 additions and 35 deletions

View File

@@ -130,7 +130,7 @@ function update_recently_edited( $file ) {
// If siteurl or home changed, flush rewrite rules.
function update_home_siteurl( $old_value, $value ) {
global $wp_rewrite, $user_login, $user_pass_md5;
global $wp_rewrite;
if ( defined( "WP_INSTALLING" ) )
return;