Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:50:54 PM (13 years ago)
Author:
ryan
Message:

User lowercase true, false, null instead of uppercase. Props c3mdigital, mfields. fixes #16302

File:
1 edited

Legend:

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

    r19596 r19687  
    11431143 * @return string html
    11441144 */
    1145 function _wp_post_thumbnail_html( $thumbnail_id = NULL ) {
     1145function _wp_post_thumbnail_html( $thumbnail_id = null ) {
    11461146    global $content_width, $_wp_additional_image_sizes, $post_ID;
    11471147    $set_thumbnail_link = '<p class="hide-if-no-js"><a title="' . esc_attr__( 'Set featured image' ) . '" href="' . esc_url( get_upload_iframe_src('image') ) . '" id="set-post-thumbnail" class="thickbox">%s</a></p>';
Note: See TracChangeset for help on using the changeset viewer.