Changeset 5799
- Timestamp:
- 08/11/2017 08:46:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/cli.php
r5796 r5799 271 271 public static function filter_breadcrumb_trail( $breadcrumbs ) { 272 272 if ( 'command' !== get_post_type() || ! is_singular() ) { 273 return $ content;273 return $breadcrumbs; 274 274 } 275 275
Note: See TracChangeset
for help on using the changeset viewer.