Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#24848 closed task (blessed) (fixed)

_wp_post_revision_field_$field filter provides new flag 'left', or 'right' — should be 'from' or 'to'

Reported by: markjaquith's profile markjaquith Owned by: markjaquith's profile markjaquith
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.6
Component: General Keywords:
Focuses: Cc:

Description

The _wp_post_revision_field_$field filter got a new argument in 3.6. It's currently 'left' or 'right'. But we're moving away from this notation: it's 'from' and 'to' when doing diffs.

Attachments (1)

24848.diff (1003 bytes) - added by markjaquith 11 years ago.

Download all attachments as: .zip

Change History (3)

@markjaquith
11 years ago

#1 @markjaquith
11 years ago

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

In 24835:

Rename the new 'left'/'right' flags on the _wp_post_revision_field_$field filter to 'from'/'to'.

Fixes #24848 for trunk.

#2 @markjaquith
11 years ago

In 24836:

Rename the new 'left'/'right' flags on the _wp_post_revision_field_$field filter to 'from'/'to'.

Fixes #24848 for 3.6.

Note: See TracTickets for help on using tickets.