Changeset 9297
- Timestamp:
- 01/05/2015 09:33:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-classes.php
r9273 r9297 1800 1800 * Default: 'a'. BP_Activity_Activity::get() uses 'a', so we default to that. 1801 1801 * @return string SQL fragment to append to the main WHERE clause. 1802 * }1803 1802 */ 1804 1803 public function get_sql( $alias = 'a' ) { … … 1937 1936 * @return bool 1938 1937 */ 1939 1938 protected function is_first_order_clause( $query ) { 1940 1939 return isset( $query['column'] ) || isset( $query['value'] ); 1941 1940 } 1942 1941 1943 1942 /**
Note: See TracChangeset
for help on using the changeset viewer.