Make WordPress Core

Ticket #11952: sanitize-translation-of-hello-world-slug.2.diff

File sanitize-translation-of-hello-world-slug.2.diff, 606 bytes (added by nbachiyski, 15 years ago)
  • wp-admin/includes/upgrade.php

     
    169169                                                                'post_excerpt' => '',
    170170                                                                'post_title' => __('Hello world!'),
    171171                                                                /* translators: Default post slug */
    172                                                                 'post_name' => _x('hello-world', 'Default post slug'),
     172                                                                'post_name' => sanitize_title( _x('hello-world', 'Default post slug') ),
    173173                                                                'post_modified' => $now,
    174174                                                                'post_modified_gmt' => $now_gmt,
    175175                                                                'guid' => $first_post_guid,