Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#21076 closed enhancement (fixed)

Deprecate wp_explain_nonce()

Reported by: nacin's profile nacin Owned by: nacin's profile nacin
Milestone: 3.5 Priority: normal
Severity: normal Version: 2.0
Component: Security Keywords:
Focuses: Cc:

Description

wp_explain_nonce() was nice to have when everything was being converted over to nonces back in the 2.0.x days. However it is no longer necessary, is woefully outdated, and translators dislike the large chunk of strings. At this point it is safe to remove it in favor of generic strings in wp_nonce_ays().

Change History (4)

#1 @nacin
12 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [21133]:

Deprecate wp_explain_nonce(). fixes #21076.

#2 @nacin
12 years ago

In [21140]:

Deprecate wp_explain_nonce(). see #21076 for 3.4.

#3 @nacin
12 years ago

In [21144]:

Deprecate wp_explain_nonce(). see #21076 for 3.3.

#4 @nacin
12 years ago

In [21146]:

Update the version numbers for wp_explain_nonce() deprecation. see #21076.

Note: See TracTickets for help on using tickets.