Changeset 23191 for trunk/wp-includes/deprecated.php
- Timestamp:
- 12/20/2012 03:55:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/deprecated.php
r22817 r23191 395 395 * @param string $before Optional. The html to output before the link. 396 396 * @param string $after Optional. The html to output after the link. 397 * @param string $between Optional. The html to output between the link/image and it 's description. Not used if no image or $show_images is true.397 * @param string $between Optional. The html to output between the link/image and its description. Not used if no image or $show_images is true. 398 398 * @param bool $show_images Optional. Whether to show images (if defined). 399 399 * @param string $orderby Optional. The order to output the links. E.g. 'id', 'name', 'url', 'description' or 'rating'. Or maybe owner. … … 548 548 * @param string $before The html to output before the link 549 549 * @param string $after The html to output after the link 550 * @param string $between The html to output between the link/image and it 's description. Not used if no image or show_images is true550 * @param string $between The html to output between the link/image and its description. Not used if no image or show_images is true 551 551 * @param bool $show_images Whether to show images (if defined). 552 552 * @param string $orderby the order to output the links. E.g. 'id', 'name', 'url', … … 576 576 * @param string $before The html to output before the link 577 577 * @param string $after The html to output after the link 578 * @param string $between The html to output between the link/image and it 's description. Not used if no image or show_images == true578 * @param string $between The html to output between the link/image and its description. Not used if no image or show_images == true 579 579 * @param bool $show_images Whether to show images (if defined). 580 580 * @param string $orderby The order to output the links. E.g. 'id', 'name', 'url',
Note: See TracChangeset
for help on using the changeset viewer.