Make WordPress Core

Changeset 27137


Ignore:
Timestamp:
02/08/2014 10:18:09 PM (11 years ago)
Author:
DrewAPicture
Message:

Fix docs spacing missed in [27136].

See #27070.

File:
1 edited

Legend:

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

    r27136 r27137  
    16211621 *
    16221622 * @param string       $text             The text of the button (defaults to 'Save Changes')
    1623  * @param string $type Optional. The type and CSS class(es) of the button. Core values
    1624  *                     include 'primary', 'secondary', 'delete'. Default 'primary'
     1623 * @param string       $type            Optional. The type and CSS class(es) of the button. Core values
     1624 *                                       include 'primary', 'secondary', 'delete'. Default 'primary'
    16251625 * @param string       $name             The HTML name of the submit button. Defaults to "submit". If no
    16261626 *                                       id attribute is given in $other_attributes below, $name will be
Note: See TracChangeset for help on using the changeset viewer.