Opened 15 years ago
Closed 15 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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Administration | Version: | 3.3 |
| Severity: | normal | Keywords: | tracking-ticket has-patch commit |
| Cc: | Focuses: |
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
@
15 years ago
- Summary Bump final 3.3 DB version for pointers → Before RC2/release: Uncomment add_action() call to hide pointers for new users
#6
@
15 years ago
- Summary Before RC2/release: Uncomment add_action() call to hide pointers for new users → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Per #19360 this might evolve into uncommenting an add_action() call.