Make WordPress Core

Changeset 30755


Ignore:
Timestamp:
12/06/2014 09:45:12 PM (10 years ago)
Author:
DrewAPicture
Message:

Fix a typo in the return description for get_sample_permalink().

Props TobiasBg.
Fixes #30591.

File:
1 edited

Legend:

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

    r30753 r30755  
    11241124 * @param string $title Optional. Title. Default null.
    11251125 * @param string $name  Optional. Name. Default null.
    1126  * @return array Arra yith two entries of type string.
     1126 * @return array Array with two entries of type string.
    11271127 */
    11281128function get_sample_permalink($id, $title = null, $name = null) {
Note: See TracChangeset for help on using the changeset viewer.