Make WordPress Core

Changeset 23936


Ignore:
Timestamp:
04/09/2013 01:05:21 PM (12 years ago)
Author:
ryan
Message:

_wp_preview_terms_filter() should be @since 3.6.0. Standardize on 3.6.0 instead of 3.6.

See #20564

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/revision.php

    r23933 r23936  
    534534 * and not its parent. Filters revisioned meta keys only.
    535535 *
    536  * @since 3.6
     536 * @since 3.6.0
    537537 * @access private
    538538 */
     
    553553 * Filters terms lookup to get the post format saved with the preview revision.
    554554 *
    555  * @since 2.6
     555 * @since 3.6.0
    556556 * @access private
    557557 */
     
    676676 * similar to wp_text_diff, but tracks and returns could of lines added and removed
    677677 *
    678  * @since 3.6
     678 * @since 3.6.0
    679679 * @see wp_parse_args() Used to change defaults to user defined settings.
    680680 * @uses Text_Diff
Note: See TracChangeset for help on using the changeset viewer.