Bug with latest wordpress
-
On latest wordpress, pushpress uses:
load_template( ABSPATH . WPINC . '/feed-atom.php' );
which causes all but the first ping to go out blank. Instead, should use:
@load_template( ABSPATH . WPINC . '/feed-atom.php', false );
and similar for the rss2 line.
`
- The topic ‘Bug with latest wordpress’ is closed to new replies.