Making WordPress.org


Ignore:
Timestamp:
10/31/2017 06:00:54 PM (9 years ago)
Author:
obenland
Message:

Main: Introduce Downloads page template

Also includes a brand new download button widget.

See #2861.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/inc/footer.php

    r5877 r6063  
    1414        <footer id="colophon" class="site-footer">
    1515                <div class="site-info">
    16                         <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'gutenbergtheme' ) ); ?>"><?php
     16                        <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'wporg' ) ); ?>"><?php
    1717                                /* translators: %s: CMS name, i.e. WordPress. */
    18                                 printf( esc_html__( 'Proudly powered by %s', 'gutenbergtheme' ), 'WordPress' );
     18                                printf( esc_html__( 'Proudly powered by %s', 'wporg' ), 'WordPress' );
    1919                                ?></a>
    2020                </div><!-- .site-info -->
Note: See TracChangeset for help on using the changeset viewer.