Making WordPress.org

Ticket #1105: meta-1105.patch

File meta-1105.patch, 830 bytes (added by ramiy, 9 years ago)

change theme page title

  • trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php

     
    5454                        'themes'   => false,
    5555                        'query'    => wporg_themes_get_themes_for_query(),
    5656                        'settings' => array(
    57                                 'title'        => __( 'WordPress › %s « Free WordPress Themes', 'wporg-themes' ),
     57                                'title'        => __( 'WordPress » %s » Free WordPress Themes', 'wporg-themes' ),
    5858                                'isMobile'     => wp_is_mobile(),
    5959                                'postsPerPage' => 24,
    6060                                'path'         => trailingslashit( parse_url( home_url(), PHP_URL_PATH ) ),