Making WordPress.org


Ignore:
Timestamp:
03/05/2018 06:22:42 AM (7 years ago)
Author:
dd32
Message:

WordPress.org: Import the strings from the global footer on WordPress.org into the theme in preperation of having them on rosetta sites.

See #3315.

File:
1 edited

Legend:

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

    r6277 r6827  
    1515
    1616    </div><!-- #content -->
    17 
    1817<?php
    1918require WPORGPATH . 'footer.php';
     19
     20return;
     21// Text used within the Global Footer:
     22__( 'Code is Poetry.', 'wporg' );
     23__( 'About', 'wporg' );
     24__( 'An introduction to the WordPress project', 'wporg' );
     25__( 'Blog', 'wporg' );
     26__( 'News and Updates', 'wporg' );
     27__( 'Hosting', 'wporg' );
     28__( 'Recommended web hosting providers', 'wporg' );
     29__( 'Donate', 'wporg' );
     30__( 'Donate to the WordPress Foundation', 'wporg' );
     31__( 'Support', 'wporg' );
     32__( 'Forums, documentation, and other resources', 'wporg' );
     33__( 'Developers', 'wporg' );
     34__( 'Resources for WordPress developers', 'wporg' );
     35__( 'Get Involved', 'wporg' );
     36__( 'Give back to WordPress through code, support, translation and more', 'wporg' );
     37__( 'Learn', 'wporg' );
     38__( 'Workshops and training materials', 'wporg' );
     39__( 'Showcase', 'wporg' );
     40__( 'Some of the best WordPress sites on the Web', 'wporg' );
     41__( 'Plugins', 'wporg' );
     42__( 'Add extra functionality to WordPress', 'wporg' );
     43__( 'Themes', 'wporg' );
     44__( 'Make your WordPress pretty', 'wporg' );
     45__( 'Ideas', 'wporg' );
     46__( 'Share your ideas for improving WordPress', 'wporg' );
     47__( 'WordCamp', 'wporg' );
     48__( 'Find a WordPress event near you', 'wporg' );
     49__( 'WordPress.TV', 'wporg' );
     50__( 'Videos, tutorials, and WordCamp sessions', 'wporg' );
     51__( 'BuddyPress', 'wporg' );
     52__( 'A set of plugins to transform your WordPress into a social network', 'wporg' );
     53__( 'bbPress', 'wporg' );
     54__( 'Fast, slick forums built on WordPress', 'wporg' );
     55// __( 'WordPress.com', 'wporg' );
     56__( 'Hassle-free WordPress hosting', 'wporg' );
     57// __( 'Matt', 'wporg' );
     58__( 'Co-founder of WordPress, an example of what WordPress can do', 'wporg' );
     59__( 'Privacy', 'wporg' );
     60__( 'WordPress.org Privacy Policy', 'wporg' );
     61__( 'License / GPLv2', 'wporg' );
     62__( 'WordPress is open source software', 'wporg' );
     63__( 'Follow %s on Twitter', 'wporg' );
     64__( 'Like %s on Facebook', 'wporg' );
Note: See TracChangeset for help on using the changeset viewer.