[wp-trac] [WordPress Trac] #19552: Split functions.php

WordPress Trac wp-trac at lists.automattic.com
Wed Dec 14 22:47:12 UTC 2011


#19552: Split functions.php
--------------------------+------------------
 Reporter:  ryan          |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  3.4
Component:  General       |     Version:  3.3
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------

Comment (by nacin):

 General patterns I'm seeing:

  - option functions, including *_option, *_transient, *_site_option,
 *_site_transient, other option functions, and potentially the
 *_user_setting(s) functions.

  - date/time/timezone functions

  - remote functions, including do_enclose(), xmlrpc_*, debug_f*,
 wp_get_http*.

  - security-related functions, including nonces, referers, wp_die(), SSL
 functions, frames, protocols, magic quotes

  - upload-functions, including filetype/mime/ext

  - lots of utility functions

  - internal debug functions — _deprecated*, _doing_it_wrong

  - boot functions including _config_wp_home|siteurl,
 wp_maybe_load_widgets/wp_widgets_add_menu, dead_db, is_blog_installed.

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


More information about the wp-trac mailing list