WordPress/wp-admin
2007-03-27 23:54:48 +00:00
..
images
import Ryan slays the dragon. (Some of these return WP_Error objects.) 2007-03-23 02:05:29 +00:00
admin-ajax.php Dynamically refill comment list when a comment is deleted. Props mdawaffe. fixes #4038 2007-03-27 21:20:16 +00:00
admin-db.php Castaways on Gilligan's Isle 2007-03-23 02:16:16 +00:00
admin-footer.php
admin-functions.php More clean_url and int casts for trunk. 2007-03-27 23:45:41 +00:00
admin-header.php escape pagenow. Props xknown. fixes #3988 for trunk 2007-03-18 23:04:22 +00:00
admin.php Fewer clicks and better user experience for upgrades. fixes #2447 2007-02-15 08:16:43 +00:00
bookmarklet.php use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk. 2007-03-17 08:46:59 +00:00
cat.js JS localization from mdawaffe. fixes #3913 2007-03-06 17:35:01 +00:00
categories.js Fix encoding of cats added over AJAX. Props mdawaffe. fixes #3676 2007-03-27 23:51:26 +00:00
categories.php Rephrase category delete AYS prompt. Props rob1n. fixes #3464 2007-03-13 23:54:45 +00:00
comment.php
custom-fields.js
custom-header.php Ryan slays the dragon. (Some of these return WP_Error objects.) 2007-03-23 02:05:29 +00:00
dbx-admin-key.js JS localization from mdawaffe. fixes #3913 2007-03-06 17:35:01 +00:00
edit-category-form.php Sort categories in dropdown by name rather than ID, when choosing a category parent. Props donncha. fixes #3823 2007-02-25 13:41:38 +00:00
edit-comments.js Fix list JS when marking comment as spam. Props mdawaffe. fixes #4038 2007-03-27 23:49:15 +00:00
edit-comments.php Dynamically refill comment list when a comment is deleted. Props mdawaffe. fixes #4038 2007-03-27 21:20:16 +00:00
edit-form-advanced.php A backend interface for tagging. 2007-03-26 07:28:29 +00:00
edit-form-comment.php
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 Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920 2007-03-07 05:29:15 +00:00
edit-page-form.php use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk. 2007-03-17 08:46:59 +00:00
edit-pages.php Show pages in ascending order in Edit->Pages. Props Xander. fixes #3760 2007-02-22 01:59:33 +00:00
edit.php Add missing the_title filter. Props jhodgdon. fixes #4019 2007-03-23 23:06:45 +00:00
export.php
import.php
index-extra.php
index.php Change bookmark to link. Props foolswisdom. fixes #3143 2007-03-27 23:54:48 +00:00
install-helper.php
install-rtl.css
install.css
install.php
link-add.php Remove old notice. Props johnbillion. fixes #2576 2007-03-07 17:07:33 +00:00
link-import.php Link filters from jhodgdon. fixes #3595 2007-03-10 01:13:49 +00:00
link-manager.php use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk. 2007-03-17 08:46:59 +00:00
link-parse-opml.php
link.php
menu-header.php
menu.php Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920 2007-03-07 05:29:15 +00:00
moderation.php gettext date formats. Props rob1n and yskin. fixes #3863 2007-03-07 01:25:17 +00:00
options-discussion.php
options-general.php Allow siteurl and home to be defined as constants in wp-config, bypassing the DB. Props filosofo and charleshooper. fixes #4003 2007-03-23 17:45:40 +00:00
options-head.php Removing superfluous <br /> from Options-General. Props johnbillion. fixes #3929 for trunk. 2007-03-16 08:10:02 +00:00
options-misc.php s/bookmark/link/. Props JeremyVisser. fixes #3718 2007-03-07 01:35:39 +00:00
options-permalink.php
options-privacy.php
options-reading.php
options-writing.php s/bookmark/link/. Props MichaelH. fixes #3648 2007-03-07 01:30:53 +00:00
options.php Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920 2007-03-07 05:29:15 +00:00
page-new.php Reverse logic. 2007-02-22 15:30:47 +00:00
page.php use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk. 2007-03-17 08:46:59 +00:00
plugin-editor.php Prevent plugins from taking down the install when plugin edits results in a fatal error. fixes #3254 2007-02-14 06:15:05 +00:00
plugins.php Use PLUGINDIR. Props z720 and Nazgul. fixes #3909 2007-03-06 17:47:27 +00:00
post-new.php Reverse logic. 2007-02-22 15:30:47 +00:00
post.php use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk. 2007-03-17 08:46:59 +00:00
profile-update.php
profile.php
rtl.css Admin RTL CSS fixes from Sewar. fixes #3947 2007-03-10 01:34:06 +00:00
setup-config.php People are confusing the part they should edit with the part they shouldn't, so let's make the example values a little more self-evident. 2007-03-08 18:31:46 +00:00
sidebar.php
templates.php Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920 2007-03-07 05:29:15 +00:00
theme-editor.php
themes.php Standardize on 'url' for fetching the blog's url. Props rob1n. fixes #3623 2007-03-07 03:05:41 +00:00
update-links.php
upgrade-functions.php Allow siteurl and home to be defined as constants in wp-config, bypassing the DB. Props filosofo and charleshooper. fixes #4003 2007-03-23 17:45:40 +00:00
upgrade-schema.php A backend interface for tagging. 2007-03-26 07:28:29 +00:00
upgrade.php use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk. 2007-03-17 08:46:59 +00:00
upload-functions.php use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk. 2007-03-17 08:46:59 +00:00
upload-rtl.css
upload.css
upload.js JS localization from mdawaffe. fixes #3913 2007-03-06 17:35:01 +00:00
upload.php use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk. 2007-03-17 08:46:59 +00:00
user-edit.php use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk. 2007-03-17 08:46:59 +00:00
users.js
users.php i18n-inate Next Page/Previous Page for User Search. Props teknoseyir. fixes #3872 2007-02-25 16:43:40 +00:00
wp-admin.css A backend interface for tagging. 2007-03-26 07:28:29 +00:00
xfn.js