Make WordPress Core


Ignore:
Timestamp:
09/29/2011 10:57:43 PM (13 years ago)
Author:
ryan
Message:

phpdoc typo and readability fixes. Props SergeyBiryukov. fixes #18560

File:
1 edited

Legend:

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

    r18683 r18827  
    27322732 *
    27332733 * @param string $title Optional. Link title format.
    2734  * @param bool $in_same_cat Optional. Whether link should be in same category.
     2734 * @param bool $in_same_cat Optional. Whether link should be in a same category.
    27352735 * @param string $excluded_categories Optional. Excluded categories IDs.
    2736  * @param bool $start Optional, default is true. Whether display link to first or last post.
     2736 * @param bool $start Optional, default is true. Whether to display link to first or last post.
    27372737 * @return string
    27382738 */
     
    27722772 *
    27732773 * @param string $title Optional. Link title format.
    2774  * @param bool $in_same_cat Optional. Whether link should be in same category.
     2774 * @param bool $in_same_cat Optional. Whether link should be in a same category.
    27752775 * @param string $excluded_categories Optional. Excluded categories IDs.
    27762776 */
Note: See TracChangeset for help on using the changeset viewer.