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-includes/link-template.php

    r19684 r19687  
    23642364
    23652365    if ( empty( $title ) )
    2366         $title = the_title_attribute( array( 'echo' => FALSE ) );
     2366        $title = the_title_attribute( array( 'echo' => false ) );
    23672367
    23682368    $shortlink = wp_get_shortlink( $post->ID );
Note: See TracChangeset for help on using the changeset viewer.