missing files in the 2.7 distribution?
-
Having some issues with permalinks in 2.7 and other oddities, like the theme browser not showing the active theme as active. I discovered that some of the files called w/in the WP admin tools are missing, like templates.php, for editing .htaccess.
I made a diff from the active directory after adding templates.php from another wp-admin directory I had.
It’s strange that something like this — either the call to a file that may be deprecated or the fact files are missing — didn’t get caught in the release process. Does no one ever install WP from scratch?
Here’s the diff:
diff <(ls -R /usr/local/www/data-dist/wordpress/wp-admin) <(ls -R ~/wordpress/wp-admin)
2d1
< admin-db.php
9,12d7
< bookmarklet.php
< cat-js.php
< cat.js
< categories.js
16d10
< custom-fields.js
18,19d11
< dbx-admin-key-js.php
< dbx-admin-key.js
22d13
< edit-comments.js
26d16
< edit-form.php
45,46d34
< install-rtl.css
< install.css
51d38
< link-import.php
79d65
< profile-update.php
85d70
< templates.php
93d77
< upgrade-schema.php
95,99d78
< upload-functions.php
< upload-js.php
< upload-rtl.css
< upload.css
< upload.js
103d81
< users.js
105,106d82
< widgets-rtl.css
< widgets.css
109d84
< xfn.js
111c86
< /usr/local/www/data-dist/wordpress/wp-admin/css:
—
> /root/wordpress/wp-admin/css:
136,137d110
< upload-rtl.css
< upload.css
141c114
< /usr/local/www/data-dist/wordpress/wp-admin/images:
—
> /root/wordpress/wp-admin/images:
148,156d120
< box-bg-left.gif
< box-bg-right.gif
< box-bg.gif
< box-butt-left.gif
< box-butt-right.gif
< box-butt.gif
< box-head-left.gif
< box-head-right.gif
< box-head.gif
172d135
< heading-bg.gif
179,180d141
< login-bkg-bottom.gif
< login-bkg-tile.gif
198d158
< notice.gif
208d167
< toggle.gif
217,218c176
< /usr/local/www/data-dist/wordpress/wp-admin/import:
< b2.php
—
> /root/wordpress/wp-admin/import:
235c193
< /usr/local/www/data-dist/wordpress/wp-admin/includes:
—
> /root/wordpress/wp-admin/includes:
265d222
< upload.php
269c226
< /usr/local/www/data-dist/wordpress/wp-admin/js:
—
> /root/wordpress/wp-admin/js:
276d232
< dbx-admin-key.js
283d238
< link-cat.js
295d249
< upload.js
- The topic ‘missing files in the 2.7 distribution?’ is closed to new replies.