Wordpress/wp-admin/includes
Mark Jaquith 58ad769e8b Post Formats: use the content body for the body of the Quote post format.
* Searchable, better editing tools
* Less cluttered Post Format UI

props kovshenin, DrewAPicture. see #24009

git-svn-id: https://develop.svn.wordpress.org/trunk@24034 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-18 18:07:58 +00:00
..
admin.php
ajax-actions.php Revisions: Clean up JavaScript variable names, see #23901. 2013-04-17 19:34:21 +00:00
bookmark.php
class-ftp-pure.php
class-ftp-sockets.php
class-ftp.php
class-pclzip.php
class-wp-comments-list-table.php
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 Lose the added column for post formats in the posts list table and add an icon before the title instead. Icons are clickable to filter the list table down to posts of that post type and format. props melchoyce for the icons. fixes #16047. 2013-03-21 03:23:39 +00:00
class-wp-terms-list-table.php
class-wp-theme-install-list-table.php
class-wp-themes-list-table.php
class-wp-upgrader.php WP_Upgrader: Add upgrader_process_complete hooks and add a abort_if_destination_exists flag (default is true). props dd32. see #18200. 2013-04-04 21:10:54 +00:00
class-wp-users-list-table.php
comment.php
continents-cities.php
dashboard.php
deprecated.php
export.php
file.php Escape form action urls with esc_url() rather than esc_attr(). 2013-03-18 14:01:25 +00:00
image-edit.php Sanity checks on image metadata to avoid warnings, etc. 2013-03-29 20:51:35 +00:00
image.php Add functions for generating metadata for video and audio, using the 2013-03-21 04:55:42 +00:00
import.php
list-table.php
media.php Use ID3 data for audio and video 2013-04-12 22:27:24 +00:00
menu.php Add "Customize" as first item under Appearance menu. 2013-03-29 20:39:54 +00:00
meta-boxes.php
misc.php
ms-deprecated.php
ms.php
nav-menu.php Remove _wp_delete_nav_menu(). wp_delete_nav_menu() should instead remove the menu from theme locations, which was the only difference between the functions. see #23119. 2013-04-04 04:28:12 +00:00
plugin-install.php
plugin.php
post-formats.php Post Formats: use the content body for the body of the Quote post format. 2013-04-18 18:07:58 +00:00
post.php Standardize post format postmeta keys around the ones already used by the Crowd Favorite plugin. 2013-04-17 20:57:44 +00:00
schema.php Use correct option name when deleting embed_autourls. props SergeyBiryukov. see #23715. 2013-04-04 15:55:53 +00:00
screen.php Post Format UI. 2013-03-29 03:35:41 +00:00
taxonomy.php
template.php Pass $post to display_post_states filter (in _post_states()). 2013-04-18 15:02:30 +00:00
theme-install.php
theme.php
update-core.php
update.php
upgrade.php Fix typo in upgrade_100(). props tivnet, bpetty. fixes #24020. 2013-04-10 16:04:36 +00:00
user.php
widgets.php