Make WordPress Core


Ignore:
Timestamp:
08/25/2009 05:14:49 AM (16 years ago)
Author:
azaozz
Message:

Clean up .button and .button[disabled] CSS classes, add spinner and gray-out buttons after clicking Publish or Update post.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/meta-boxes.php

    • Property svn:eol-style set to native
    r11816 r11874  
    191191
    192192<div id="publishing-action">
     193<img src="images/wpspin_light.gif" id="ajax-loading" style="visibility:hidden;" alt="" />
    193194<?php
    194195if ( !in_array( $post->post_status, array('publish', 'future', 'private') ) || 0 == $post->ID ) {
Note: See TracChangeset for help on using the changeset viewer.