[wp-trac] [WordPress Trac] #11523: wp-config-sample.php inconsistency

WordPress Trac wp-trac at lists.automattic.com
Thu Jan 7 00:19:34 UTC 2010


#11523: wp-config-sample.php inconsistency
-----------------------------+----------------------------------------------
 Reporter:  joshtime         |       Owner:                  
     Type:  defect (bug)     |      Status:  new             
 Priority:  normal           |   Milestone:  3.0             
Component:  Upgrade/Install  |     Version:  2.2             
 Severity:  trivial          |    Keywords:  has-patch tested
-----------------------------+----------------------------------------------

Comment(by joshtime):

 Replying to [comment:7 miqrogroove]:
 > IMO, wontfix.  The inconsistency actually helps me see the difference
 between code-pattern and string literals.
 We actually could have the difference between code-pattern and string
 literals but a fix in the inconsistency would also be good. We actually
 could have:

 {{{
 /** The name of the database for WordPress */
 define('DB_NAME', 'putdbnamehere');

 /** MySQL database username */
 define('DB_USER', 'putusernamehere');

 /** MySQL database password */
 define('DB_PASSWORD', 'putpasswordhere');
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11523#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list