Making WordPress.org

Ticket #2044: meta-2044.patch

File meta-2044.patch, 779 bytes (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php

     
    6868        $args['crumb_after']     = '';
    6969
    7070        // Home
    71         $args['include_home']    = false;
     71        $args['include_home']    = true;
     72        $args['home_text']       = __( 'Support', 'wporg-forums' );
    7273
    7374        // Forum root
    74         $args['include_root']    = true;
    75         $args['root_text']       = __( 'Support', 'wporg-forums' );
     75        $args['include_root']    = false;
    7676
    7777        // Current
    7878        $args['include_current'] = true;