Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24330, comment 16


Ignore:
Timestamp:
05/21/2013 11:48:19 PM (13 years ago)
Author:
johnjamesjacoby

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24330, comment 16

    initial v1  
    22
    33* Missed the second argument in the remove_filter() call inside of the_remaining_content(). (Patch incoming)
    4 * r24301 broke some code we were using in a theme, that worked previously (Still troubleshooting exactly why this broke, but my hunch is something with get_post() and juggling the $post global around) :
     4* r24301 broke some code we were using in a theme, that worked previously. Looks like this is a breaking change for loops like this:
    55{{{
    66foreach( array( 8, 10, 12 ) as $id ) {