Changes between Initial Version and Version 1 of Ticket #3460, comment 28
- Timestamp:
- 06/03/2013 07:10:06 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3460, comment 28
initial v1 4 4 {{{ 5 5 <?php 6 7 $wpdb->prepare( "SELECT * FROM table WHERE id = %d", $id );8 6 9 7 // I Did this on bp-templates/bp-legacy/buddypress/activity/index.php on line 74