WordPress/wp-admin/includes
2010-02-19 17:56:40 +00:00
..
admin.php Add wp-admin/includes/ms-deprecated.php. Deprecate wpmu_checkAvailableSpace. Introduce is_upload_space_available(). see #11762 2010-01-25 19:46:24 +00:00
bookmark.php Don't use deprecated functions. see #11388 2010-02-13 10:35:10 +00:00
class-ftp-pure.php phpdoc for wp-admin. See #7496 props santosj. 2008-08-14 06:30:38 +00:00
class-ftp-sockets.php phpdoc for wp-admin. See #7496 props santosj. 2008-08-14 06:30:38 +00:00
class-ftp.php Swap out ;; for ;. Fixes #11618 props demetris and nacin. 2009-12-26 16:53:17 +00:00
class-pclzip.php Associate subdirector of whitespace trims trailing whites with pinking shears. 2009-10-15 20:26:21 +00:00
class-wp-filesystem-base.php Coding standards, space after if 2010-01-18 20:34:48 +00:00
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 Coding standards, space after if 2010-01-18 20:34:48 +00:00
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 Trailing whitespace cleanup 2010-01-15 22:11:12 +00:00
continents-cities.php Give continents-cities their own textdomain. Props nbachiyski, Denis-de-Bernardy . fixes #9794 2009-05-14 20:05:25 +00:00
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 Remove debug cruft. Fixes #12230 2010-02-19 14:12:12 +00:00
htaccess.ms remove mod_security upload rewrite in ms htaccess, see [7563] for details 2010-02-04 23:24:15 +00:00
image-edit.php Deprecate wp_shrink_dimension(), add wp-admin/includes/deprecated.php. Props filosofo. fixes #11967 2010-01-25 18:50:01 +00:00
image.php Deprecate wp_shrink_dimension(), add wp-admin/includes/deprecated.php. Props filosofo. fixes #11967 2010-01-25 18:50:01 +00:00
import.php Remove trailing whitespace 2009-09-24 17:19:13 +00:00
manifest.php Fall back to wp-tinymce.js if wp-tinymce.js.gz doesn't exist 2009-06-17 01:06:32 +00:00
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 Create post_status=auto-draft when creating a new post item. status changes to draft on first auto-save. now we always have a real post ID to work with. see #11889. fixes #11145. fixes #11990 2010-02-06 10:07:57 +00:00
misc.php Better wp_reset_vars() behavior when var is already set. props scribu. fixes #11974 2010-01-26 06:06:14 +00:00
ms-deprecated.php Move functions to ms-deprecated.php 2010-02-02 18:05:01 +00:00
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 Remove trailing whitespace 2010-01-26 22:49:05 +00:00
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 Add an index on comment_parent to speed up wp_delete_comment() reparenting queries. fixes #12289 2010-02-19 17:56:40 +00:00
taxonomy.php Merge Categories/Hierarchical taxonomies into edit-tags.php. See #11838 2010-01-24 11:00:27 +00:00
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 Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code. 2010-01-08 20:49:55 +00:00
theme.php Don't use deprecated functions. see #11388 2010-02-13 10:35:10 +00:00
update-core.php Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code. 2010-01-08 20:49:55 +00:00
update.php Use cap checks instead of multisite and super admin checks. Add some new caps. Merge cleanup. see #11644. 2010-01-18 22:21:36 +00:00
upgrade.php Add an index on comment_parent to speed up wp_delete_comment() reparenting queries. fixes #12289 2010-02-19 17:56:40 +00:00
user.php Don't use deprecated functions. see #11388 2010-02-13 10:35:10 +00:00
widgets.php Trailing whitespace cleanup 2010-01-15 22:11:12 +00:00
wp-config.ms implement multisite schema, upgrade, See #11644 2010-01-19 00:04:25 +00:00