Changeset 7132

Show
Ignore:
Timestamp:
03/02/08 21:41:35 (9 months ago)
Author:
ryan
Message:

Make sure avatar size is numeric. Props Martin2006. fixes #6069

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/pluggable.php

    r7130 r7132  
    11871187        return false; 
    11881188 
     1189    if ( !is_numeric($size) ) 
     1190        $size = '64'; 
     1191 
    11891192    $email = ''; 
    11901193    if ( is_numeric($id_or_email) ) {