Changeset 22314 for trunk/wp-load.php
- Timestamp:
- 10/26/2012 07:40:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-load.php
r21715 r22314 58 58 $die .= '<p>' . __( "Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>." ) . '</p>'; 59 59 $die .= '<p>' . __( "You can create a <code>wp-config.php</code> file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file." ) . '</p>'; 60 $die .= '<p><a href="' . $path . '" class="button ">' . __( "Create a Configuration File" ) . '</a>';60 $die .= '<p><a href="' . $path . '" class="button button-large">' . __( "Create a Configuration File" ) . '</a>'; 61 61 62 62 wp_die( $die, __( 'WordPress › Error' ) );
Note: See TracChangeset
for help on using the changeset viewer.