Wordpress/wp-admin/includes
Jon Cave cd097b5b6a Bump WXR_VERSION because of r19858 which affects the regex based importer. See #15203.
git-svn-id: https://develop.svn.wordpress.org/trunk@19859 602fd350-edb4-49c9-b593-d223f7449a82
2012-02-07 21:51:14 +00:00
..
admin.php Load the new admin and network admin mo files, if present. see #19852 2012-01-27 22:19:56 +00:00
ajax-actions.php Allow localized commas to be used as tag separators. see #7897. 2012-02-07 18:06:12 +00:00
bookmark.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-pclzip.php
class-wp-comments-list-table.php 'No comments awaiting moderation.' props demetris. fixes #15689. 2012-01-09 19:53:51 +00:00
class-wp-filesystem-base.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-wp-filesystem-direct.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-wp-filesystem-ftpext.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-wp-filesystem-ftpsockets.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-wp-filesystem-ssh2.php
class-wp-importer.php
class-wp-links-list-table.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-wp-list-table.php Use existing string to properly translate month + year combo. see #19598. 2012-02-03 00:11:01 +00:00
class-wp-media-list-table.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-wp-ms-sites-list-table.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-wp-ms-themes-list-table.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-wp-ms-users-list-table.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-wp-plugin-install-list-table.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-wp-plugins-list-table.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-wp-posts-list-table.php Allow localized commas to be used as tag separators. see #7897. 2012-02-07 18:06:12 +00:00
class-wp-terms-list-table.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
class-wp-theme-install-list-table.php Change feature filter from post to get so feature selections aren't lost when paging. Props SergeyBiryukov. fixes #18094 2012-02-07 21:06:52 +00:00
class-wp-themes-list-table.php Hide theme details by default. Props helenyhou, DH-Shredder. fixes #19853 2012-02-06 20:54:01 +00:00
class-wp-upgrader.php One newline is enough. 2012-01-05 20:10:39 +00:00
class-wp-users-list-table.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
comment.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
continents-cities.php
dashboard.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
deprecated.php One newline is enough. 2012-01-05 20:10:39 +00:00
export.php Bump WXR_VERSION because of r19858 which affects the regex based importer. See #15203. 2012-02-07 21:51:14 +00:00
file.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
image-edit.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
image.php User lowercase true, false, null instead of uppercase. Props c3mdigital, mfields. fixes #16302 2012-01-05 20:50:54 +00:00
import.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
list-table.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
manifest.php
media.php
menu.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
meta-boxes.php Allow localized commas to be used as tag separators. see #7897. 2012-02-07 18:06:12 +00:00
misc.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
ms-deprecated.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
ms.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
nav-menu.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
plugin-install.php Better indentation. Props SergeyBiryukov. See #16580 2012-01-08 09:18:56 +00:00
plugin.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
post.php Allow localized commas to be used as tag separators. see #7897. 2012-02-07 18:06:12 +00:00
schema.php Drop the comment_approved index from the comments table. comment_approved_date_gmt is sufficient. fixes #19935 2012-01-31 18:26:07 +00:00
screen.php Provide contexts for a 'Welcome' string. Sometimes we're saying hello, other times referring to the welcome panel. props pavelevap, fixes #19698. 2012-02-01 14:47:49 +00:00
taxonomy.php Introduce term_is_ancestor_of(). Finish taxonomy support for wp_insert_category(). Props garyc40. fixes #15581 2012-01-04 22:44:19 +00:00
template.php Allow localized commas to be used as tag separators. see #7897. 2012-02-07 18:06:12 +00:00
theme-install.php Change feature filter from post to get so feature selections aren't lost when paging. Props SergeyBiryukov. fixes #18094 2012-02-07 21:06:52 +00:00
theme.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
update-core.php Remove unused TinyMCE media plugin images, props SergeyBiryukov, fixes #19963 2012-02-04 17:58:41 +00:00
update.php s/plugin/theme/ in an edge case string in the theme updater. props pavelevap, fixes #19940. 2012-02-01 16:08:36 +00:00
upgrade.php Drop the comment_approved index from the comments table. comment_approved_date_gmt is sufficient. fixes #19935 2012-01-31 18:26:07 +00:00
user.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00
widgets.php Lose EOF ?>. Clean up EOF newlines. fixes #12307 2012-01-08 17:01:11 +00:00