Make WordPress Core


Ignore:
Timestamp:
11/30/2016 05:47:29 AM (7 years ago)
Author:
helen
Message:

Twenty Seventeen: Add textdomain for starter content attachment titles.

fixes #38981.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/functions.php

    r39346 r39373  
    140140        'attachments' => array(
    141141            'image-espresso' => array(
    142                 'post_title' => _x( 'Espresso', 'Theme starter content' ),
     142                'post_title' => _x( 'Espresso', 'Theme starter content', 'twentyseventeen' ),
    143143                'file' => 'assets/images/espresso.jpg',
    144144            ),
    145145            'image-sandwich' => array(
    146                 'post_title' => _x( 'Sandwich', 'Theme starter content' ),
     146                'post_title' => _x( 'Sandwich', 'Theme starter content', 'twentyseventeen' ),
    147147                'file' => 'assets/images/sandwich.jpg',
    148148            ),
    149149            'image-coffee' => array(
    150                 'post_title' => _x( 'Coffee', 'Theme starter content' ),
     150                'post_title' => _x( 'Coffee', 'Theme starter content', 'twentyseventeen' ),
    151151                'file' => 'assets/images/coffee.jpg',
    152152            ),
Note: See TracChangeset for help on using the changeset viewer.