[wp-trac] [WordPress Trac] #17202: Correct documentation on http://codex.wordpress.org/Creating_Options_Pages

WordPress Trac wp-trac at lists.automattic.com
Thu Apr 21 09:15:37 UTC 2011


#17202: Correct documentation on http://codex.wordpress.org/Creating_Options_Pages
-------------------------+-----------------------------
 Reporter:  filchos      |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  General      |    Version:  3.1
 Severity:  normal       |   Keywords:
-------------------------+-----------------------------
 The documentation about creating option pages mentions
 [http://codex.wordpress.org/Creating_Options_Pages#do_settings_Function a
 function do_settings].

 This function doesn't exist in WordPress 3.1.1.

 Use for example

 {{{
 egrep -r do_settings . | egrep -v do_settings_
 }}}

 to look for do_settings but avoid functions that just start with this
 term.

 As a result of this insufficient documentation many plugin developers
 build the whole process itself.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17202>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list