WordPress/wp-admin
2008-11-23 08:48:57 +00:00
..
css Gallery settings for TinyMCE 2008-11-23 06:37:15 +00:00
images Visual design fixes from iammattthomas, fixes #8313 2008-11-22 08:03:25 +00:00
import Unused var fixes. Props DD32. see #8220 2008-11-15 18:10:35 +00:00
includes Gallery settings for TinyMCE 2008-11-23 06:37:15 +00:00
js Fix postbox dragging when converting from single-column to dual-column, fixes #8304 2008-11-21 09:11:17 +00:00
admin-ajax.php Allow underscores in page names for meta box and column requests. see #8246 2008-11-18 18:38:20 +00:00
admin-footer.php Format the clear DIVs properly. Fixes #8294 props sivel. 2008-11-21 17:55:35 +00:00
admin-functions.php
admin-header.php Gallery settings for TinyMCE 2008-11-23 06:37:15 +00:00
admin-post.php
admin.php
async-upload.php Notice fixes from DD32. see #7509 2008-11-14 23:01:16 +00:00
categories.php Remove manual santization of redirect URLs (handled in wp_redirect()) 2008-11-19 06:32:10 +00:00
comment.php Give context to more translations to allow for differentiation between plural noun, verb and adjective translations. Fixes #8154 props nbachiyski. 2008-11-21 18:16:44 +00:00
custom-header.php
edit-attachment-rows.php Repoint and redirect edit.php?p=X to edit-comments.php?p=X 2008-11-20 04:51:47 +00:00
edit-category-form.php
edit-comments.php Repoint and redirect edit.php?p=X to edit-comments.php?p=X 2008-11-20 04:51:47 +00:00
edit-form-advanced.php Give context to more translations to allow for differentiation between plural noun, verb and adjective translations. Fixes #8154 props nbachiyski. 2008-11-21 18:16:44 +00:00
edit-form-comment.php Give context to more translations to allow for differentiation between plural noun, verb and adjective translations. Fixes #8154 props nbachiyski. 2008-11-21 18:16:44 +00:00
edit-link-categories.php Cat row filtering cleanup from jhodgdon. see #8146 2008-11-18 17:25:43 +00:00
edit-link-category-form.php Fix edit link category form, props kpdesign, fixes #8259 2008-11-17 20:22:40 +00:00
edit-link-form.php Unused var fixes. Props DD32. see #8220 2008-11-15 18:10:35 +00:00
edit-page-drafts.php
edit-page-form.php Remove errant nbsps 2008-11-20 03:29:44 +00:00
edit-pages.php Give context to more translations to allow for differentiation between plural noun, verb and adjective translations. Fixes #8154 props nbachiyski. 2008-11-21 18:16:44 +00:00
edit-post-drafts.php
edit-post-rows.php Key screen meta off of page hook. fixes #8246 2008-11-17 19:16:26 +00:00
edit-tag-form.php
edit-tags.php Allow a plugin to control the number of tags per edit tags page. 2008-11-23 08:48:57 +00:00
edit.php Repoint and redirect edit.php?p=X to edit-comments.php?p=X 2008-11-20 04:51:47 +00:00
export.php
gears-manifest.php Stub _c() for gears manifest. fixes #8142 2008-11-19 19:50:10 +00:00
import.php CSS fixes and improvements, also IE7 and some IE6 fixes 2008-11-17 18:01:00 +00:00
index-extra.php
index.php
install-helper.php
install.php
link-add.php
link-category.php
link-import.php
link-manager.php Remove manual santization of redirect URLs (handled in wp_redirect()) 2008-11-19 06:32:10 +00:00
link-parse-opml.php
link.php
media-new.php
media-upload.php
media.php
menu-header.php Fix tab button on the write screen in Opera, add tabindex to the menu, don't 'lock' the tab key between the title and the editor. Fixes #8197 2008-11-19 12:02:28 +00:00
menu.php Use css class instead of id to prevent validation errors with multiple instances, fixes #8192 2008-11-20 22:57:51 +00:00
moderation.php
options-discussion.php
options-general.php date_i18n() fixes. Props nbachiyski. fixes #8153 2008-11-17 21:31:46 +00:00
options-head.php
options-media.php Add missing translations for media options. 2008-11-22 09:56:20 +00:00
options-misc.php
options-permalink.php Styles for code and kbd from Matt Thomas. fixes #7339 2008-11-13 06:29:55 +00:00
options-privacy.php
options-reading.php
options-writing.php Styles for code and kbd from Matt Thomas. fixes #7339 2008-11-13 06:29:55 +00:00
options.php Remove top "Save" button from options.php 2008-11-19 05:08:58 +00:00
page-new.php
page.php Remove manual santization of redirect URLs (handled in wp_redirect()) 2008-11-19 06:32:10 +00:00
plugin-editor.php
plugin-install.php
plugins.php CSS fixes and improvements, also IE7 and some IE6 fixes 2008-11-17 18:01:00 +00:00
post-new.php
post.php Remove manual santization of redirect URLs (handled in wp_redirect()) 2008-11-19 06:32:10 +00:00
press-this.php PressThis fixes for window resizing and Chrome bugs from Noel, see #7949 2008-11-21 23:31:59 +00:00
profile.php
revision.php
rtl.css Use css class instead of id to prevent validation errors with multiple instances, fixes #8192 2008-11-20 22:57:51 +00:00
setup-config.php
sidebar.php
theme-editor.php
themes.php Page link styling improvements. Props iammattthomas. fixes #8266 2008-11-18 00:59:57 +00:00
turbo.php Add Turbo back to the header. fixes #8185 2008-11-13 06:09:53 +00:00
update-core.php Cast to array. fixes #8148 2008-11-14 22:50:46 +00:00
update-links.php
update.php
upgrade-functions.php
upgrade.php
upload.php Repoint and redirect edit.php?p=X to edit-comments.php?p=X 2008-11-20 04:51:47 +00:00
user-edit.php Page link styling improvements. Props iammattthomas. fixes #8266 2008-11-18 00:59:57 +00:00
user-new.php Notice fixes from DD32. see #7509 2008-11-14 23:01:16 +00:00
users.php Cast to int. Props g30rg3x. fixes #8291 2008-11-20 17:26:52 +00:00
widgets.php
wp-admin.css Gallery settings for TinyMCE 2008-11-23 06:37:15 +00:00