Make WordPress Core


Ignore:
Timestamp:
09/07/2010 11:21:11 AM (15 years ago)
Author:
nacin
Message:

Phpdoc argument/@param cleanups. props duck_, see #14783.

File:
1 edited

Legend:

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

    r15531 r15590  
    165165 *
    166166 * @param string $format
    167  * @param string $previous
     167 * @param string $next
    168168 * @param string $title
    169169 * @param string $in_same_cat
    170  * @param int $limitprev
     170 * @param int $limitnext
    171171 * @param string $excluded_categories
    172172 */
     
    873873 * @see the_permalink_rss()
    874874 *
    875  * @param string $file
     875 * @param string $deprecated
    876876 */
    877877function permalink_single_rss($deprecated = '') {
Note: See TracChangeset for help on using the changeset viewer.