Opened 13 years ago
Closed 13 years ago
#20554 closed enhancement (fixed)
3.4 Feature Pointers
Reported by: | ryan | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.4 |
Component: | Help/About | Keywords: | has-patch |
Focuses: | Cc: |
Description
We need pointers for 3.4 features. Most notably the customizer.
Attachments (6)
Change History (25)
@
13 years ago
Allow multiple pointers per hook name. Rough in pointer to current theme customize link.
#3
@
13 years ago
The customizer itself seems to short-circuit before admin_enqueue_scripts is fired so WP_Internal_Pointers::enqueue_scripts() never runs.
#4
@
13 years ago
The @since is wrong for pointer_wp340_customize_current_theme_link().
Also, why are we keeping the pointers from 3.3?
#6
@
13 years ago
20554.2.diff: small enhancement: use array_diff() to filter out disabled pointers, before doing cap checks.
#10
@
13 years ago
There's a pointer for choose from lib. Figuring a pointer for all the things we'll be featuring on the about page. Customizer, choose header from lib, flex headers, html captions.
#12
@
13 years ago
On themes pointer, for 2nd paragraph, maybe change to "Click the Live Preview links in the Available Themes list below to customize and preview another theme before activating it."
#17
@
13 years ago
- Owner set to azaozz
- Resolution set to fixed
- Status changed from new to closed
In [20880]:
Perhaps start with a pointer to the Customize link for the current theme on the themes.php page and a pointer to the customizer sidebar the first time the Customizer is opened.