[wpmu-trac] [WordPress MU Trac] #329: ORDER BY missing
WordPress MU Trac
wpmu-trac at lists.automattic.com
Mon May 7 16:32:55 GMT 2007
#329: ORDER BY missing
----------------------------+-----------------------------------------------
Reporter: skcsknathan001 | Owner: somebody
Type: defect | Status: new
Priority: highest | Milestone: WPMU 2.0
Component: component1 | Version: 2.0
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
"ORDER BY " clause is missing in file general-template.php under function
wp_get_archives[[BR]]
[[BR]]
[I added the ORDER BY clause below][[BR]]
[[BR]]
{{{
elseif ( ( 'postbypost' == $type ) || ('alpha' == $type) ) {
('alpha' == $type) ? $orderby = "ORDER BY post_title ASC "
: $orderby = "ORDER BY post_date DESC ";
}}}
[[BR]]
'''error from build r910'''[[BR]]
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/329>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list