Opened 14 years ago
Closed 14 years ago
Last modified 14 years ago
Update it.
Download all attachments as: .zip
My simple-minded script for listing old files, should anyone care.
In [20850]:
Update old_files. fixes #20727
I use:
svn diff --summarize https://core.svn.wordpress.org/branches/3.3 https://core.svn.wordpress.org/trunk | grep ^D
In [20902]:
Add the old root feed files to the $_old_files array, commented the way we've done for wp-register.php and wp-pass.php. see #20727.
My simple-minded script for listing old files, should anyone care.