Wordpress/wp-admin/includes
Matt Mullenweg d94f8b9331 More cleanup of the edit media screen:
* Simplified table to not need rowspan, and other markup where possible.
* Put more elements in a paragraph tag for better spacing.
* Brought edit image buton under the image.
* Everything is now in line with WordPress Coding Standards, particularly with regards to spacing and attribute quotes.
* Minor styling for better alignment.

TODO: We show the file URL here, but for images we should show the URL to each size, with its dimensions.



git-svn-id: https://develop.svn.wordpress.org/trunk@12543 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-25 23:04:48 +00:00
..
admin.php
bookmark.php Use array calling style. Props Denis-de-Bernardy. see #6647 2009-12-23 15:31:02 +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
class-wp-filesystem-ftpext.php
class-wp-filesystem-ftpsockets.php
class-wp-filesystem-ssh2.php
class-wp-upgrader.php Consitent use of … Fixes #10374 props demetris. 2009-12-24 09:46:57 +00:00
comment.php
continents-cities.php
dashboard.php
export.php Use array calling style. Props Denis-de-Bernardy. see #6647 2009-12-23 15:31:02 +00:00
file.php Check upload_tmp_dir ini settings for a usable temporary path. Props Denis-de-Bernardy. fixes #6699 2009-12-23 16:22:26 +00:00
image-edit.php
image.php Retunr WP_Error from wp_crop_image() and image_resize(). Props mdwaffe. fixes #9922 2009-12-23 18:39:31 +00:00
import.php
manifest.php
media.php More cleanup of the edit media screen: 2009-12-25 23:04:48 +00:00
meta-boxes.php
misc.php Remove unneeded quotes around vars. Props johnbillion. fixes #10245 2009-12-23 15:16:53 +00:00
plugin-install.php
plugin.php
post.php Remove unneeded quotes around vars. Props johnbillion. fixes #10245 2009-12-23 15:16:53 +00:00
schema.php
taxonomy.php
template.php Change to comments UI to show when a comment is replying to another, and link to the parent comment, so you can understand the context of a given comment when moderating from the dashboard. 2009-12-25 02:46:40 +00:00
theme-install.php
theme.php
update-core.php Consitent use of … Fixes #10374 props demetris. 2009-12-24 09:46:57 +00:00
update.php
upgrade.php Remove unneeded quotes around vars. Props johnbillion. fixes #10245 2009-12-23 15:16:53 +00:00
user.php
widgets.php