Make WordPress Core


Ignore:
Timestamp:
10/23/2013 02:37:54 PM (11 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/revision.php

    r25616 r25880  
    22/**
    33 * Revisions administration panel
    4  * 
     4 *
    55 * Requires wp-admin/includes/revision.php.
    66 *
     
    88 * @subpackage Administration
    99 * @since 2.6.0
    10  * 
     10 *
    1111 * @param int    revision Optional. The revision ID.
    1212 * @param string action   The action to take.
    13  *                        Accepts 'restore', 'view' or 'edit'. 
     13 *                        Accepts 'restore', 'view' or 'edit'.
    1414 * @param int    from     The revision to compare from.
    1515 * @param int    to       Optional, required if revision missing. The revision to compare to.
Note: See TracChangeset for help on using the changeset viewer.