Wordpress/wp-admin/includes
Andrew Nacin 49f0af2f42 RTL fixes for new position of QuickPress ajax spinner, also version bumps, see #10680
git-svn-id: https://develop.svn.wordpress.org/trunk@13090 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-13 06:14:37 +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 Test explicitly for false from insert()/update(). Fixes early return that preventing link categories from being saved. fixes #12196 2010-02-11 16:17:12 +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 Standardise return values in WP_Filesystem::dirlist(), ::chmod() and ::exists() 2010-02-07 01:59:30 +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 Move deprecated admin functions to wp-admin/includes/deprecated.php. Props nacin. fixes #12024 2010-01-27 14:10:32 +00:00
export.php Export post <-> term relationships for all taxonomies. fixes #12180 2010-02-11 19:17:00 +00:00
file.php Trim trailing whitespace 2010-02-08 18:02:23 +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
manifest.php
media.php Revert quote swap from [12955]. Fixes media upload links. 2010-02-06 07:31:38 +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 Cleanup admin_notice_feed(). Props nacin. Fixes #12138 2010-02-05 14:00:18 +00:00
plugin-install.php Remove trailing whitespace 2010-01-26 22:49:05 +00:00
plugin.php Add add_plugins_page() function to add a submenu of the Plugins Page. Fixes #11377 2010-02-13 04:04:01 +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 WP_FALLBACK_THEME to allowed_themes in populate_network, See #11644 2010-02-12 22:45:35 +00:00
taxonomy.php
template.php Convert Terms page to use WP_Ajax_Response(), hierarchical terms will now appear under their parent OR have the parents prefixed, Terms will be removed from tag cloud/parent list upon deletion, Terms will be added to Parent list in correct order upon ajax creation, Errors on term creation flow back to UI, clean up _tag_row() alternate class handling, Show None text in Category dropdown if empty and show_if_empty = true. See #11838 2010-02-13 05:40:47 +00:00
theme-install.php
theme.php Remove trailing whitespace 2010-01-26 22:49:05 +00:00
update-core.php
update.php
upgrade.php add siteurl site option for MU upgrade, See #11644 2010-02-12 17:37:17 +00:00
user.php Allow plugins to modify the query run by WP_User_Search. Fixes #10781 props scribu. 2010-02-06 12:35:15 +00:00
widgets.php
wp-config.ms