Changeset 1256
- Timestamp:
- 10/30/07 23:15:43 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/src/lib/lyceum-registration-functions.php
r1251 r1256 118 118 $user_login = stripslashes($user->user_login); 119 119 $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 122 121 $message = sprintf(__('New blog created on %s: '), get_settings('site_title')) . "\r\n"; 123 122 $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 389 389 } elseif ( 'postbypost' == $type ) { 390 390 $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));392 391 if ( $arcresults ) { 393 392 foreach ( $arcresults as $arcresult ) {
