Ticket #29752: version_space.patch
| File version_space.patch, 731 bytes (added by , 11 years ago) |
|---|
-
src/wp-admin/includes/class-wp-themes-list-table.php
205 205 </div> 206 206 207 207 <div class="themedetaildiv hide-if-js"> 208 <p><strong><?php _e('Version: '); ?></strong><?php echo $version; ?></p>208 <p><strong><?php _e('Version:'); ?> </strong><?php echo $version; ?></p> 209 209 <p><?php echo $theme->display('Description'); ?></p> 210 210 <?php if ( $theme->parent() ) { 211 211 printf( ' <p class="howto">' . __( 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' ) . '</p>',