Making WordPress.org

Changeset 4901


Ignore:
Timestamp:
02/14/2017 04:55:31 AM (8 years ago)
Author:
dd32
Message:

Trac Components: Update comments to reference make/test rather than make/flow.

See #1539

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php

    r4831 r4901  
    318318        }
    319319
    320         switch_to_blog( 34 ); // Blog ID of make/flow
     320        switch_to_blog( 34 ); // Blog ID of make/test
    321321        $flow_posts = new WP_Query( array(
    322322            'post_type' => 'post',
     
    326326        ) );
    327327        if ( $flow_posts->have_posts() ) {
    328             echo "<h3>Recent posts on the make/flow blog</h3>\n<ul>";
     328            echo "<h3>Recent posts on the make/test blog</h3>\n<ul>";
    329329            while ( $flow_posts->have_posts() ) {
    330330                $flow_posts->the_post();
Note: See TracChangeset for help on using the changeset viewer.