Log in with username/password: lyceum/lyceum

Changeset 1256

Show
Ignore:
Timestamp:
10/30/07 23:15:43 (1 year ago)
Author:
jjb
Message:

#880, remove debug code. Thanks to George Seaton of http://anu.edu.au

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/src/lib/lyceum-registration-functions.php

    r1251 r1256  
    118118   $user_login = stripslashes($user->user_login); 
    119119   $user_email = stripslashes($user->user_email); 
    120 trace('$blog_id', $blog_id); 
    121 trace('url_from_blog_id($blog_id)', url_from_blog_id($blog_id)); 
     120 
    122121   $message  = sprintf(__('New blog created on %s: '), get_settings('site_title')) . "\r\n"; 
    123122   $message .= sprintf(__('Blog: %s'), url_from_blog_id($blog_id)) . "\r\n"; 
  • branches/1.0/src/lyceum/wp-includes/template-functions-general.php

    r1131 r1256  
    389389   } elseif ( 'postbypost' == $type ) { 
    390390      $arcresults = $wpdb->get_post_results("DISTINCT $wpdb->posts.*", "post_date < '$now' AND post_status = 'publish' ORDER BY post_date DESC" . $limit); 
    391 trace('$arcresults', array_print($arcresults)); 
    392391      if ( $arcresults ) { 
    393392         foreach ( $arcresults as $arcresult ) { 
Log in with username/password: lyceum/lyceum