Make WordPress Core

Changeset 23461


Ignore:
Timestamp:
02/21/2013 05:42:56 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: bump priority for twentythirteen_aside_date() to add date output after embeds. Fixes #23511, props obenland.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/functions.php

    r23452 r23461  
    543543    return $content;
    544544}
    545 add_filter( 'the_content', 'twentythirteen_aside_date', 0 ); // 0 to ensure before everything else.
     545add_filter( 'the_content', 'twentythirteen_aside_date', 8 ); //  After embeds, before everything else.
    546546
    547547/**
Note: See TracChangeset for help on using the changeset viewer.