Make WordPress Core


Ignore:
Timestamp:
05/06/2014 09:26:20 PM (10 years ago)
Author:
wonderboymusic
Message:

In edit_post_link(), $post_type_obj is unused.

See #27882.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/link-template.php

    r28111 r28327  
    12121212        $link = __('Edit This');
    12131213
    1214     $post_type_obj = get_post_type_object( $post->post_type );
    12151214    $link = '<a class="post-edit-link" href="' . $url . '">' . $link . '</a>';
    12161215
Note: See TracChangeset for help on using the changeset viewer.