Wordpress/wp-admin
Matt Mullenweg 2a780bc21b Very minor update to styling of page navigation.
git-svn-id: https://develop.svn.wordpress.org/trunk@4781 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-22 19:26:20 +00:00
..
images
import Revert [4735]. Not needed. 2007-01-16 03:00:35 +00:00
admin-ajax.php Autosave fixes from mdawaffe. fixes #3601 2007-01-18 03:32:54 +00:00
admin-db.php Cat ID filter relo. Props donncha. fixes #3591 2007-01-16 18:15:10 +00:00
admin-footer.php
admin-functions.php Autosave fixes from mdawaffe. fixes #3601 2007-01-18 03:32:54 +00:00
admin-header.php
admin.php Don't force kses filtering of imports. fixes #3290 2006-12-13 19:21:09 +00:00
bookmarklet.php new function for escaping within attributes: attribute_escape() 2006-12-21 10:10:04 +00:00
cat-js.php Category AJAX fixes from mdawaffe. fixes #3343 2007-01-19 00:49:01 +00:00
categories.js
categories.php Typo fixes from mdawaffe. fixes #3474 2006-12-27 00:51:00 +00:00
comment.php Reparent edit comments tab. Props mdawaffe. fixes #3448 2006-12-07 00:40:31 +00:00
custom-fields.js
custom-header.php Custom Image Header. fixes #3465 2007-01-03 23:49:34 +00:00
dbx-admin-key-js.php
edit-category-form.php new function for escaping within attributes: attribute_escape() 2006-12-21 10:10:04 +00:00
edit-comments.js
edit-comments.php Very minor update to styling of page navigation. 2007-01-22 19:26:20 +00:00
edit-form-advanced.php Autosave fixes from mdawaffe. fixes #3601 2007-01-18 03:32:54 +00:00
edit-form-comment.php i18n fixes, logic cleanup, wording clarifications, and more from nbachiyski. fixes #3474 2006-12-21 23:06:18 +00:00
edit-form.php i18n fixes, logic cleanup, wording clarifications, and more from nbachiyski. fixes #3474 2006-12-21 23:06:18 +00:00
edit-link-form.php new function for escaping within attributes: attribute_escape() 2006-12-21 10:10:04 +00:00
edit-page-form.php Autosave fixes from mdawaffe. fixes #3601 2007-01-18 03:32:54 +00:00
edit-pages.php new function for escaping within attributes: attribute_escape() 2006-12-21 10:10:04 +00:00
edit.php Categories with zero posts and posts with no comments no longer link to those empty views in the admin. fixes #3493 2006-12-21 23:40:16 +00:00
export.php Typo fixes from mdawaffe. fixes #3474 2006-12-27 00:51:00 +00:00
import.php Some string changes. Props MichaelH. fixes #2724 2006-12-05 07:15:12 +00:00
index-extra.php
index.php i18n fixes, logic cleanup, wording clarifications, and more from nbachiyski. fixes #3474 2006-12-21 23:06:18 +00:00
install-helper.php
install-rtl.css
install.css
install.php Don't translate admin user. Leave it fixed. Props nbachiyski. fixes #3589 2007-01-18 18:03:32 +00:00
link-add.php Typo fixes from mdawaffe. fixes #3474 2006-12-27 00:51:00 +00:00
link-import.php Missing </p> from nickshanks. fixes #3582 2007-01-16 00:27:14 +00:00
link-manager.php js_escape and quot fixes from nbachiyski. fixes #3524 2007-01-08 03:02:33 +00:00
link-parse-opml.php
link.php
menu-header.php
menu.php Allow adding submenus to post.php for back-compat. fixes #3501 2007-01-07 09:02:11 +00:00
moderation.php JS quoting fixes from nbachiyski. fixes #3539 2007-01-08 21:22:10 +00:00
options-discussion.php Verbage change. Props foolswisdom. fixes #3521 2007-01-16 02:27:00 +00:00
options-general.php
options-head.php
options-misc.php new function for escaping within attributes: attribute_escape() 2006-12-21 10:10:04 +00:00
options-permalink.php Ensure XHTML validity when presenting mod_rewrite rules for copy-paste. Props JeremyVisser. fixes #3523 2007-01-05 09:27:22 +00:00
options-privacy.php
options-reading.php
options-writing.php
options.php new function for escaping within attributes: attribute_escape() 2006-12-21 10:10:04 +00:00
page-new.php
page.php Don't allow editing pages via post.php. Redirect to page.php 2007-01-22 08:16:58 +00:00
plugin-editor.php
plugins.php Typo fixes from mdawaffe. fixes #3474 2006-12-27 00:51:00 +00:00
post-new.php
post.php Don't allow editing pages via post.php. Redirect to page.php 2007-01-22 08:16:58 +00:00
profile-update.php Enable RTE for new users. fixes #3485 2006-12-19 23:19:12 +00:00
profile.php
rtl.css
setup-config.php
sidebar.php
templates.php wp_specialchars() treatment for recent file list 2006-12-27 05:59:45 +00:00
theme-editor.php new function for escaping within attributes: attribute_escape() 2006-12-21 10:10:04 +00:00
themes.php
update-links.php
upgrade-functions.php Drop linkcategories table for those upgrading from previous alphas and betas. 2007-01-19 20:33:11 +00:00
upgrade-schema.php
upgrade.php new function for escaping within attributes: attribute_escape() 2006-12-21 10:10:04 +00:00
upload-functions.php Upload manager image viewer fixes from mdawaffe. fixes #3596 2007-01-19 00:19:03 +00:00
upload-js.php Category AJAX fixes from mdawaffe. fixes #3343 2007-01-19 00:49:01 +00:00
upload-rtl.css
upload.css Add h2 to Uploads page. Props mdawaffe. fixes #3541 2007-01-09 09:05:54 +00:00
upload.php Add h2 to Uploads page. Props mdawaffe. fixes #3541 2007-01-09 09:05:54 +00:00
user-edit.php Markup fix from quinnhigurashi. fixes #3602 2007-01-17 03:26:11 +00:00
users.js Better AJAX feedback messages and markup fixes. Props mdawaffe. fixes #3208 2006-12-01 23:00:04 +00:00
users.php i18n fixes, logic cleanup, wording clarifications, and more from nbachiyski. fixes #3474 2006-12-21 23:06:18 +00:00
wp-admin.css Very minor update to styling of page navigation. 2007-01-22 19:26:20 +00:00
xfn.js