Changeset 45909 for trunk/src/index.php
- Timestamp:
- 08/29/2019 07:52:43 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/index.php
r45649 r45909 31 31 32 32 // Die with an error message 33 $die = __( 'You are running WordPress without JavaScript and CSS files. These need to be built.' ) . '</p>'; 33 $die = sprintf( 34 '<p>%s</p>', 35 __( 'You are running WordPress without JavaScript and CSS files. These need to be built.' ) 36 ); 34 37 35 38 $die .= '<p>' . sprintf(
Note: See TracChangeset
for help on using the changeset viewer.