twentyGOLEM/wp-admin
westi fa410bb8f4 Give plugins the ability to do extra processing on a post before it is inserted/updated. See #5196.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-08-13 05:53:48 +00:00
..
css RTL CSS updates from Navid Kashani, RanYanivHartstein, mani_monaj, and the WP Persian team. see #7498. Partial patch for trunk 2008-08-12 23:19:07 +00:00
images Fix star.gif. see #6015 2008-08-04 21:24:47 +00:00
import Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
includes HTTP API improvements. Implements chunked transfer decoding. Moves plugin update checker over to api. see #4779 props santosj. 2008-08-12 21:21:11 +00:00
js Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
admin-ajax.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
admin-footer.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
admin-functions.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
admin-header.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
admin-post.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
admin.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
async-upload.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
categories.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
comment.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
custom-header.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
edit-attachment-rows.php Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 2008-07-29 05:22:58 +00:00
edit-category-form.php
edit-comments.php Stay on the same page after moderating comments. Fixes #7412 for 2.7 2008-07-26 03:51:39 +00:00
edit-form-advanced.php Give plugins the ability to do extra processing on a post before it is inserted/updated. See #5196. 2008-08-13 05:53:48 +00:00
edit-form-comment.php
edit-form.php
edit-link-categories.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
edit-link-category-form.php
edit-link-form.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
edit-page-form.php Give plugins the ability to do extra processing on a post before it is inserted/updated. See #5196. 2008-08-13 05:53:48 +00:00
edit-pages.php Lots of fixes for Notices when WP_DEBUG is set. See #6669 props santosj. 2008-08-08 17:05:10 +00:00
edit-post-rows.php Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 2008-07-29 05:22:58 +00:00
edit-tag-form.php
edit-tags.php
edit.php Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 2008-07-29 05:22:58 +00:00
export.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
gears-manifest.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
import.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
index-extra.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
index.php WP-Admin File Level Inline Documentation from santosj. see #7496 2008-08-11 20:26:31 +00:00
install-helper.php Prevent fatal error if plugin uses install-helper.php, fixes #6747 for 2.7 2008-08-10 23:13:39 +00:00
install.php
link-add.php Lots of fixes for Notices when WP_DEBUG is set. See #6669 props santosj. 2008-08-08 17:05:10 +00:00
link-category.php Check for WP_Error return from wp_update_term(). Props scohoust. fixes #7366 for trunk 2008-07-21 17:52:19 +00:00
link-import.php
link-manager.php Lots of fixes for Notices when WP_DEBUG is set. See #6669 props santosj. 2008-08-08 17:05:10 +00:00
link-parse-opml.php
link.php
media-upload.php
media.php
menu-header.php Bulk delete/activate/deactivate for plugins. Split plugins into active and available lists. Props DD32. see #7091 2008-06-04 18:09:31 +00:00
menu.php Lots of fixes for Notices when WP_DEBUG is set. See #6669 props santosj. 2008-08-08 17:05:10 +00:00
moderation.php
options-discussion.php
options-general.php
options-head.php
options-misc.php Separate Large and Full image sizes. Props tellyworth. fixes #7151 2008-08-11 03:54:26 +00:00
options-permalink.php Better solution for #4536. Slashless normalization of tag/category bases. fixes #7306 for trunk. see #4536 2008-07-17 19:41:48 +00:00
options-privacy.php
options-reading.php
options-writing.php
options.php Associate lables with form fields. Fixes #6859 props MarcoZ. 2008-05-04 10:37:06 +00:00
page-new.php
page.php Don't redirect back to permalink after editing from Edit This link. fixes #7503 for trunk 2008-08-12 21:00:22 +00:00
plugin-editor.php
plugin-install.php Plugin install fixes from DD32. see #6015 2008-08-05 17:06:42 +00:00
plugins.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
post-new.php Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 2008-07-29 05:22:58 +00:00
post.php Don't redirect back to permalink after editing from Edit This link. fixes #7503 for trunk 2008-08-12 20:58:00 +00:00
press-this.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
profile.php
revision.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
rtl.css Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
setup-config.php
sidebar.php
theme-editor.php
themes.php
update-links.php
update.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
upgrade-functions.php
upgrade.php
upload.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
user-edit.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
users.php
widgets.php Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00
wp-admin.css Trailing whitespace cleanup 2008-08-09 05:36:14 +00:00