[wp-trac] [WordPress Trac] #50114: wp-config-sample.php missing () in last line of code

WordPress Trac noreply at wordpress.org
Thu May 7 13:34:16 UTC 2020


#50114: wp-config-sample.php missing () in last line of code
--------------------------+-----------------------------
 Reporter:  jajosolo@…    |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 In wordpress version 5.4.1, in the wp-config-sample.php file:

 Last 2 lines are:
 /** Sets up WordPress vars and included files. */
 require_once ABSPATH . 'wp-settings.php';

 it SHOULD be:
 /** Sets up WordPress vars and included files. */
 require_once(ABSPATH . 'wp-settings.php');


 the difference is the () in the last line.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/50114>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list