[wp-trac] [WordPress Trac] #14484: Make WordPress core updates only update the core

WordPress Trac wp-trac at lists.automattic.com
Fri Apr 1 00:02:28 UTC 2011


#14484: Make WordPress core updates only update the core
-----------------------------+-----------------------
 Reporter:  mtekk            |       Owner:  dd32
     Type:  task (blessed)   |      Status:  accepted
 Priority:  normal           |   Milestone:  3.2
Component:  Upgrade/Install  |     Version:  3.0.2
 Severity:  normal           |  Resolution:
 Keywords:  needs-testing    |
-----------------------------+-----------------------

Comment (by dd32):

 The alternative is:

 {{{
  // Copy root files manually
 dirlist()
 foreach ( $list as $file )
   if is file, then copy
   if is directory and not wp-content, then copy_dir()
  // Do wp-content stuff
 ..existing code in core after last commit
 }}}

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


More information about the wp-trac mailing list