Ticket #38981: 38981.diff
File 38981.diff, 1010 bytes (added by , 9 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/functions.php
139 139 140 140 'attachments' => array( 141 141 'image-espresso' => array( 142 'post_title' => _x( 'Espresso', 'Theme starter content' ),142 'post_title' => _x( 'Espresso', 'Theme starter content', 'twentyseventeen' ), 143 143 'file' => 'assets/images/espresso.jpg', 144 144 ), 145 145 'image-sandwich' => array( 146 'post_title' => _x( 'Sandwich', 'Theme starter content' ),146 'post_title' => _x( 'Sandwich', 'Theme starter content', 'twentyseventeen' ), 147 147 'file' => 'assets/images/sandwich.jpg', 148 148 ), 149 149 'image-coffee' => array( 150 'post_title' => _x( 'Coffee', 'Theme starter content' ),150 'post_title' => _x( 'Coffee', 'Theme starter content', 'twentyseventeen' ), 151 151 'file' => 'assets/images/coffee.jpg', 152 152 ), 153 153 ),