Make WordPress Core

Ticket #30591: 30591-typo.diff

File 30591-typo.diff, 608 bytes (added by TobiasBg, 10 years ago)
  • src/wp-admin/includes/post.php

    diff --git src/wp-admin/includes/post.php src/wp-admin/includes/post.php
    index b827e98..719f6eb 100644
    function postbox_classes( $id, $page ) { 
    11231123 * @param int    $id    Post ID or post object.
    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) {
    11291129        $post = get_post( $id );