Changeset 6726 for trunk/wp-includes/bookmark-template.php
- Timestamp:
- 02/05/2008 06:47:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark-template.php
r6481 r6726 48 48 49 49 $output = ''; // Blank string to start with. 50 50 51 51 foreach ( (array) $bookmarks as $bookmark ) { 52 52 if ( !isset($bookmark->recently_updated) )
Note: See TracChangeset
for help on using the changeset viewer.