[wp-trac] [WordPress Trac] #11644: multiple blogs & sites / merge WPMU

WordPress Trac wp-trac at lists.automattic.com
Tue Jan 19 17:06:02 UTC 2010


#11644: multiple blogs & sites / merge WPMU
----------------------------+-----------------------------------------------
 Reporter:  hakre           |       Owner:  wpmuguru 
     Type:  task (blessed)  |      Status:  assigned 
 Priority:  normal          |   Milestone:  3.0      
Component:  Multisite       |     Version:           
 Severity:  normal          |    Keywords:  multisite
----------------------------+-----------------------------------------------

Comment(by ryan):

 The initial merge is pretty much done.  Now it's time to cleanup. Some
 things that need to be done:

  * Clean up formatting to meet coding guidelines
  * Make sure value=, href=, and other attributes are properly escaped with
 esc_attr(), esc_url(), etc.
  * Make sure nonces are used where they should be.
  * Make sure queries are prepare()d.
  * Insert and update queries that can use insert() and update() should do
 so.
  * Use API instead of direct queries where possible.
  * Make sure all translatable strings are marked with gettext.
  * Give lots of UI/UX love to site admin
  * Investigate all is_multisite() conditionals and look for integration
 and streamlining opportunities.
  * phpdoc for all functions
  * Merge install_blog() and install_blog_defaults() into wp_install() and
 wp_install_defaults()

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


More information about the wp-trac mailing list