Ticket #2044: meta-2044.patch
File meta-2044.patch, 779 bytes (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
68 68 $args['crumb_after'] = ''; 69 69 70 70 // Home 71 $args['include_home'] = false; 71 $args['include_home'] = true; 72 $args['home_text'] = __( 'Support', 'wporg-forums' ); 72 73 73 74 // Forum root 74 $args['include_root'] = true; 75 $args['root_text'] = __( 'Support', 'wporg-forums' ); 75 $args['include_root'] = false; 76 76 77 77 // Current 78 78 $args['include_current'] = true;