Changeset 27369 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 03/03/2014 02:33:24 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/wp-db.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r27279 r27369 979 979 <li>On some systems the name of your database is prefixed with your username, so it would be like <code>username_%1$s</code>. Could that be the problem?</li> 980 980 </ul> 981 <p>If you don\'t know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href="http ://wordpress.org/support/">WordPress Support Forums</a>.</p>' ), htmlspecialchars( $db, ENT_QUOTES ), htmlspecialchars( $this->dbuser, ENT_QUOTES ) ), 'db_select_fail' );981 <p>If you don\'t know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href="https://wordpress.org/support/">WordPress Support Forums</a>.</p>' ), htmlspecialchars( $db, ENT_QUOTES ), htmlspecialchars( $this->dbuser, ENT_QUOTES ) ), 'db_select_fail' ); 982 982 } 983 983 return; … … 1362 1362 <li>Are you sure that the database server is running?</li> 1363 1363 </ul> 1364 <p>If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href='http ://wordpress.org/support/'>WordPress Support Forums</a>.</p>1364 <p>If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href='https://wordpress.org/support/'>WordPress Support Forums</a>.</p> 1365 1365 " ), htmlspecialchars( $this->dbhost, ENT_QUOTES ) ), 'db_connect_fail' ); 1366 1366 … … 1439 1439 <li>Are you sure that the database server is not under particularly heavy load?</li> 1440 1440 </ul> 1441 <p>If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href='http ://wordpress.org/support/'>WordPress Support Forums</a>.</p>1441 <p>If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href='https://wordpress.org/support/'>WordPress Support Forums</a>.</p> 1442 1442 " ), htmlspecialchars( $this->dbhost, ENT_QUOTES ) ), 'db_connect_fail' ); 1443 1443
Note: See TracChangeset
for help on using the changeset viewer.