WordPress/wp-admin/includes
Sergey Biryukov f8c39d6186 Use multiplication sign instead of a colon for selection size when editing an image.
props siobhan.
fixes #27652.
Built from https://develop.svn.wordpress.org/trunk@27931


git-svn-id: http://core.svn.wordpress.org/trunk@27761 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-04-03 09:46:17 +00:00
..
admin.php
ajax-actions.php The `sidebar_admin_setup` hook should only be documented once in wp-admin/widgets.php. All others are duplicates. 2014-03-28 19:47:15 +00:00
bookmark.php
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-pclzip.php
class-wp-comments-list-table.php Avoid JS errors before the commentReply script loads. Let's make this unobtrusive soon. 2014-03-26 18:53:15 +00:00
class-wp-filesystem-base.php
class-wp-filesystem-direct.php
class-wp-filesystem-ftpext.php
class-wp-filesystem-ftpsockets.php
class-wp-filesystem-ssh2.php
class-wp-importer.php
class-wp-links-list-table.php
class-wp-list-table.php
class-wp-media-list-table.php
class-wp-ms-sites-list-table.php
class-wp-ms-themes-list-table.php
class-wp-ms-users-list-table.php
class-wp-plugin-install-list-table.php
class-wp-plugins-list-table.php
class-wp-posts-list-table.php The bulk editor and post format meta box should use the same checks for available post formats. 2014-03-27 00:06:15 +00:00
class-wp-terms-list-table.php
class-wp-theme-install-list-table.php
class-wp-themes-list-table.php
class-wp-upgrader-skins.php
class-wp-upgrader.php Background Updates: Record Plugin & Theme update statistics like we for for Core updates, Pass Plugin/Theme update objects into the Background updater for consistency with Core & Translations. See #27633 2014-04-02 13:05:15 +00:00
class-wp-users-list-table.php
comment.php
continents-cities.php
dashboard.php Avoid JS errors before the commentReply script loads. Let's make this unobtrusive soon. 2014-03-26 18:53:15 +00:00
deprecated.php
export.php
file.php
image-edit.php Use multiplication sign instead of a colon for selection size when editing an image. 2014-04-03 09:46:17 +00:00
image.php In `wp_generate_attachment_metadata()`, when an audio or video files contains upload-able image bits in its ID3 tags, only upload it if the image has not already been uploaded. Determine this by checking for a `_cover_hash` value in post meta that matches the `md5` representation of the bits. 2014-03-30 20:54:15 +00:00
import.php
list-table.php
media.php Clarify PHPDoc return description for `media_handle_upload()`. 2014-03-31 22:33:15 +00:00
menu.php
meta-boxes.php Cleanup up the display, escaping, and handling of ID3 data for media. Rename `wp_get_relevant_id3_keys()` to `wp_get_attachment_id3_keys()`. 2014-03-31 05:16:16 +00:00
misc.php
ms-deprecated.php
ms.php Always decode special characters for email subjects. 2014-03-28 02:44:15 +00:00
nav-menu.php
plugin-install.php
plugin.php Fix docs for hooks in deactivate_plugins() and activate_plugin(). see #27189, #27188. 2014-03-27 02:02:14 +00:00
post.php Cleanup up the display, escaping, and handling of ID3 data for media. Rename `wp_get_relevant_id3_keys()` to `wp_get_attachment_id3_keys()`. 2014-03-31 05:16:16 +00:00
revision.php
schema.php Remove old links_recently_updated_* DB options that never had a UI. 2014-04-03 03:10:15 +00:00
screen.php
taxonomy.php
template.php Proper IDs for the custom fields box. 2014-03-27 06:56:14 +00:00
theme-install.php
theme.php Merge some theme update strings. 2014-03-26 20:08:15 +00:00
update-core.php
update.php
upgrade.php
user.php
widgets.php