Opened 13 years ago
Closed 13 years ago
#19345 closed task (blessed) (fixed)
wpdevel posts for important information for developers
Reported by: | nacin | Owned by: | |
---|---|---|---|
Milestone: | 3.3 | Priority: | high |
Severity: | normal | Version: | 3.3 |
Component: | General | Keywords: | needs-docs |
Focuses: | Cc: |
Change History (14)
#3
@
13 years ago
- jQuery 1.7.1, full UI in core, other JS changes.
- WP_Screen changes?
- new format for help,
- feature pointers (do we want plugins to use them?),
- revised admin bar API and styling,
- wp_editor() replaces all previous calls to different components of both editors
#4
@
13 years ago
I'll work on cobbling together a tentative codex page on wp_editor() -- azaozz, I'll try to flag you down at some point when you're free to pick your brain for a couple of the bits that I'm having a hard time gleaning straight off the code.
#5
@
13 years ago
I'll work on cobbling together a tentative codex page on wp_editor()
Just requesting a note about the potential issues with wp_editor() and meta boxes, which as georgestephanis pointed out on irc, are already documented in the source (as of 3.3beta4).
#6
@
13 years ago
- Priority changed from low to high
Thinking we need that at about the same time as RC.
#7
@
13 years ago
http://codex.wordpress.org/Function_Reference/wp_editor
First draft of wp_editor codex page is up.
#8
@
13 years ago
Help and screen API is up: http://wpdevel.wordpress.com/2011/12/06/help-and-screen-api-changes-in-3-3/. Someone can adapt this to a few Codex pages I'm sure.
#9
@
13 years ago
Do not include wp-admin/includes/template.php to get add_meta_box(): http://wpdevel.wordpress.com/2011/12/07/do-not-include-wp-adminincludestemplate-php-to-get-add_meta_box/
The admin_user_info_links filter is gone in 3.3: http://wpdevel.wordpress.com/2011/12/07/admin_user_info_links/.
All posts: http://wpdevel.wordpress.com/tag/3-3-dev-notes/.
#10
@
13 years ago
Do we have a list of codex pages that need written? I'll try to go through and hit as many as I'm able.
#11
@
13 years ago
What’s to watch for: Javascript and Editor changes in WordPress 3.3: http://wpdevel.wordpress.com/2011/12/07/whats-new-javascript-in-3-3/
We *need* a Codex page and/or tutorial on quicktags and how to use it. Particularly a before/after for how you take existing code and update it to the new code.
#12
@
13 years ago
I'll do the codex pages and a tutorial for how to change old across to new tomorrow of thursday if noone else claims them.
#13
@
13 years ago
Admin Bar API changes — http://wpdevel.wordpress.com/2011/12/07/admin-bar-api-changes-in-3-3/
New API in 3.3, is_main_query() — http://wpdevel.wordpress.com/2011/12/07/new-api-in-3-3-is_main_query/
If anyone has anything else, post here now.