Changeset 4901
- Timestamp:
- 02/14/2017 04:55:31 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r4831 r4901 318 318 } 319 319 320 switch_to_blog( 34 ); // Blog ID of make/ flow320 switch_to_blog( 34 ); // Blog ID of make/test 321 321 $flow_posts = new WP_Query( array( 322 322 'post_type' => 'post', … … 326 326 ) ); 327 327 if ( $flow_posts->have_posts() ) { 328 echo "<h3>Recent posts on the make/ flowblog</h3>\n<ul>";328 echo "<h3>Recent posts on the make/test blog</h3>\n<ul>"; 329 329 while ( $flow_posts->have_posts() ) { 330 330 $flow_posts->the_post();
Note: See TracChangeset
for help on using the changeset viewer.