Opened 2 years ago

Closed 2 years ago

Last modified 22 months ago

#17202 closed enhancement (invalid)

Correct documentation on http://codex.wordpress.org/Creating_Options_Pages

Reported by: filchos Owned by:
Priority: normal Milestone:
Component: General Version: 3.1
Severity: normal Keywords:
Cc:

Description

The documentation about creating option pages mentions 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.

Change History (2)

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Anyone can edit the codex.

Please feel free to update it.

The function is called do_settings_fields I believe.

Updated the Codex page.

Note: See TracTickets for help on using tickets.