Make WordPress Core


Ignore:
Timestamp:
12/20/2012 03:55:32 PM (12 years ago)
Author:
helen
Message:

its <=> it's in documentation, along with a rogue the, The, and looses. props trepmal. fixes #22665.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/deprecated.php

    r22817 r23191  
    395395 * @param string $before Optional. The html to output before the link.
    396396 * @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.
    398398 * @param bool $show_images Optional. Whether to show images (if defined).
    399399 * @param string $orderby Optional. The order to output the links. E.g. 'id', 'name', 'url', 'description' or 'rating'. Or maybe owner.
     
    548548 * @param string $before The html to output before the link
    549549 * @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 true
     550 * @param string $between The html to output between the link/image and its description. Not used if no image or show_images is true
    551551 * @param bool $show_images Whether to show images (if defined).
    552552 * @param string $orderby the order to output the links. E.g. 'id', 'name', 'url',
     
    576576 * @param string $before The html to output before the link
    577577 * @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 == true
     578 * @param string $between The html to output between the link/image and its description. Not used if no image or show_images == true
    579579 * @param bool $show_images Whether to show images (if defined).
    580580 * @param string $orderby The order to output the links. E.g. 'id', 'name', 'url',
Note: See TracChangeset for help on using the changeset viewer.