Changeset 12657 for trunk/wp-includes/deprecated.php
- Timestamp:
- 01/08/2010 08:34:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/deprecated.php
r12656 r12657 593 593 _deprecated_function( __FUNCTION__, '2.1', 'get_bookmarks()' ); 594 594 595 $links = get_bookmarks( "category=$category&orderby=$orderby&limit=$limit");595 $links = get_bookmarks( array( 'category' => $category, 'orderby' => $orderby, 'limit' => $limit ) ) ; 596 596 597 597 $links_array = array();
Note: See TracChangeset
for help on using the changeset viewer.