Make WordPress Core


Ignore:
Timestamp:
07/28/2008 09:38:53 PM (18 years ago)
Author:
mdawaffe
Message:

crazyhorse: write new post href, tweak to media postbox, tweak quickpress css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/crazyhorse/wp-admin/edit-form-advanced.php

    r8474 r8475  
    5959function post_media_meta_box($post) {
    6060        echo "<p><small><em>This feature isn't fully functional in this prototype.</em></small></p>";
     61
     62        if ( empty( $post->ID ) )
     63                return;
    6164
    6265        $atts = get_children( array(
Note: See TracChangeset for help on using the changeset viewer.