WordPress/wp-admin/includes
2007-11-15 05:32:33 +00:00
..
admin.php
bookmark.php
comment.php
export.php Move export_wp() to an include. Props tellyworth. fixes #5347 2007-11-15 05:32:33 +00:00
file.php Properly name files with unknown extensions (for people with unfiltered_upload cap, natch). props Nazgul. fixes #4974 for trunk 2007-09-14 21:13:23 +00:00
image.php Extract and save image metadata. Props tellyworth. fixes #5162 2007-11-05 00:01:26 +00:00
import.php Add checks for WP_Error. Props filosofo. see #4809 2007-09-18 16:32:22 +00:00
misc.php
plugin.php has_action and has_filter. see #5231 2007-11-07 04:30:11 +00:00
post.php Check publish_posts not edit_published_posts when setting pending status. Props jeremyclarke. fixes #5329 2007-11-12 19:58:09 +00:00
schema.php Move all calls to mysql_ functions to withiWPDB so that t we don't expect any mysql stuff when we are using a custo$wpdb class. Fixes #5127 2007-10-06 08:40:54 +00:00
taxonomy.php Output WP_Error message when adding categories via AJAX. fixes #5342 2007-11-12 19:12:49 +00:00
template.php AJAX for link category add and delete. Props mdawaffe. fixes #5291 2007-10-31 03:53:32 +00:00
theme.php
update.php Core and plugin update checking: make sure fsockopen() is available and check file resources with is_resource() -- both to prevent feof() infinite loops. Props xknown. fixes #5037 2007-09-22 00:08:50 +00:00
upgrade.php Group results when selecting from post2cat and link2cat to avoid dupes. fixes #5223 for trunk 2007-10-17 21:09:54 +00:00
upload.php Typo fix 2007-11-06 20:14:52 +00:00
user.php JS/AJAX form validation from mdawaffe. fixes #5299 2007-11-01 06:23:16 +00:00