WordPress/wp-admin/includes
dd32 9d23c565bd Fallback to PclZip in the event that ZipArchive cannot handle a given archive properly. Close the Zip handle when we're done as well. Fixes #12230
git-svn-id: http://svn.automattic.com/wordpress/trunk@13221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-02-19 10:59:32 +00:00
..
admin.php
bookmark.php Don't use deprecated functions. see #11388 2010-02-13 10:35:10 +00:00
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-pclzip.php
class-wp-filesystem-base.php
class-wp-filesystem-direct.php Trim trailing whitespace 2010-02-08 18:02:23 +00:00
class-wp-filesystem-ftpext.php Use stripos() instead of strpos() with strtolower(). For PHP < 5 we have stripos() in compat.php. Fixes #11176 2010-02-14 02:27:19 +00:00
class-wp-filesystem-ftpsockets.php Standardise return values in WP_Filesystem::dirlist(), ::chmod() and ::exists() 2010-02-07 01:59:30 +00:00
class-wp-filesystem-ssh2.php
class-wp-upgrader.php Initialise Variables, Whitespace cleanup, Remove unused variables, Cast start_of_week option to int in sanitization. 2010-02-13 06:08:15 +00:00
comment.php
continents-cities.php
dashboard.php RTL fixes for new position of QuickPress ajax spinner, also version bumps, see #10680 2010-02-13 06:14:37 +00:00
deprecated.php Deprecate old category admin template functions. Deprecate dropdown_categories(), dropdown_link_categories(), wp_dropdown_cats() in favor of wp_category_checklist, wp_link_category_checklist, wp_dropdown_categories. See #11388 2010-02-13 07:42:02 +00:00
export.php Export post <-> term relationships for all taxonomies. fixes #12180 2010-02-11 19:17:00 +00:00
file.php Fallback to PclZip in the event that ZipArchive cannot handle a given archive properly. Close the Zip handle when we're done as well. Fixes #12230 2010-02-19 10:59:32 +00:00
htaccess.ms
image-edit.php
image.php
import.php
manifest.php
media.php Use stripos() instead of strpos() with strtolower(). For PHP < 5 we have stripos() in compat.php. Fixes #11176 2010-02-14 02:27:19 +00:00
meta-boxes.php
misc.php
ms-deprecated.php
ms.php Assume WP_DEBUG is defined in wpdb. Remove unnecessary constant() calls. Ensure DB_COLLATE defined as empty string doesn't override default Multisite collation. fixes #12041, see #11644 2010-02-19 01:03:58 +00:00
plugin-install.php
plugin.php Detect plugin output on activation, as well as fatal errors. props miqrogroove. fixes #12089 2010-02-16 03:44:20 +00:00
post.php Pass the default post to default_content, default_title, and default_excerpt filters. Allows filtering by post_type and other attributes. see #9674 2010-02-10 22:20:36 +00:00
schema.php Use an expanded special character set when generating auth keys and salts via wp_generate_password(). Props sivel, see #12159 2010-02-14 04:06:30 +00:00
taxonomy.php
template.php Fix $post_type handling/passing in the Taxonomy edit links. Fix the Tag selection query var for edit.php in the Posts links. See #12270, See #11838 2010-02-19 09:54:18 +00:00
theme-install.php
theme.php Don't use deprecated functions. see #11388 2010-02-13 10:35:10 +00:00
update-core.php
update.php
upgrade.php Assume WP_DEBUG is defined in wpdb. Remove unnecessary constant() calls. Ensure DB_COLLATE defined as empty string doesn't override default Multisite collation. fixes #12041, see #11644 2010-02-19 01:03:58 +00:00
user.php Don't use deprecated functions. see #11388 2010-02-13 10:35:10 +00:00
widgets.php
wp-config.ms