Changeset 4391
- Timestamp:
- 11/21/2016 06:53:32 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r4387 r4391 25 25 // Don't include Adjacent Posts functionality 26 26 remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head' ); 27 28 // This theme uses wp_nav_menu() in one location.29 register_nav_menus( array(30 'primary' => esc_html__( 'Primary', 'wporg-plugins' ),31 ) );32 27 33 28 /* … … 43 38 ) ); 44 39 45 // Set up the WordPress core custom background feature.46 add_theme_support( 'custom-background', apply_filters( 'wporg_plugins_custom_background_args', array(47 'default-color' => 'ffffff',48 'default-image' => '',49 ) ) );50 40 } 51 41 add_action( 'after_setup_theme', __NAMESPACE__ . '\setup' );
Note: See TracChangeset
for help on using the changeset viewer.