Opened 13 years ago
Closed 13 years ago
#19382 closed defect (bug) (fixed)
Before RC3/release: Uncomment add_action() call to hide pointers for new users
Reported by: | nacin | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | Administration | Keywords: | tracking-ticket has-patch commit |
Focuses: | Cc: |
Description
Before the final 3.3 release, the get_site_option() call in WP_Internal_Pointers::enqueue_scripts() should have the db version of 20000 updated to the final $wp_db_version.
This code ensures that all 3.3 users will only see the pointers for installs upgraded from a previous release.
By not doing this now (see [19466]) we ensure that all 3.3 testers, even when creating a scratch 3.3 install, will see the pointers.
Attachments (1)
Change History (8)
#4
@
13 years ago
- Summary changed from Bump final 3.3 DB version for pointers to Before RC2/release: Uncomment add_action() call to hide pointers for new users
#6
@
13 years ago
- Summary changed from Before RC2/release: Uncomment add_action() call to hide pointers for new users to Before RC3/release: Uncomment add_action() call to hide pointers for new users
We'll probably do a soft RC3 that ends up being the package to go gold. That would be a good time to include this.
Note: See
TracTickets for help on using
tickets.
Per #19360 this might evolve into uncommenting an add_action() call.