[wp-trac] [WordPress Trac] #28264: Check WPINC constant

WordPress Trac noreply at wordpress.org
Thu May 15 17:20:01 UTC 2014


#28264: Check WPINC constant
-----------------------------+-----------------------------
 Reporter:  aliha            |      Owner:
     Type:  feature request  |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  General          |    Version:
 Severity:  normal           |   Keywords:
  Focuses:                   |
-----------------------------+-----------------------------
 check 'WPINC' constant if not defined, then define that in 'wp-
 settings.php'.
 with this constant checking people can define own path for 'WPINC'
 directory in 'wp-config.php'.

 {{{
 if ( ! defined(WPINC) )
         define( 'WPINC', 'wp-includes' );
 }}}

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


More information about the wp-trac mailing list