mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-01 16:51:18 +03:00
64 lines
2.2 KiB
PHP
64 lines
2.2 KiB
PHP
![]() |
<?php
|
||
|
/**
|
||
|
* The template for displaying the footer.
|
||
|
*
|
||
|
* Contains the closing of the #content div and all content after.
|
||
|
*
|
||
|
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
|
||
|
*
|
||
|
* @package WordPressdotorg\Theme
|
||
|
*/
|
||
|
|
||
|
namespace WordPressdotorg\Theme;
|
||
|
|
||
|
?>
|
||
|
|
||
|
</div><!-- #content -->
|
||
|
<?php
|
||
|
require WPORGPATH . 'footer.php';
|
||
|
|
||
|
return;
|
||
|
// Text used within the Global Footer:
|
||
|
__( 'Code is Poetry.', 'wporg' );
|
||
|
__( 'About', 'wporg' );
|
||
|
__( 'An introduction to the WordPress project', 'wporg' );
|
||
|
__( 'Blog', 'wporg' );
|
||
|
__( 'News and Updates', 'wporg' );
|
||
|
__( 'Hosting', 'wporg' );
|
||
|
__( 'Recommended web hosting providers', 'wporg' );
|
||
|
__( 'Donate', 'wporg' );
|
||
|
__( 'Donate to the WordPress Foundation', 'wporg' );
|
||
|
__( 'Support', 'wporg' );
|
||
|
__( 'Forums, documentation, and other resources', 'wporg' );
|
||
|
__( 'Developers', 'wporg' );
|
||
|
__( 'Resources for WordPress developers', 'wporg' );
|
||
|
__( 'Get Involved', 'wporg' );
|
||
|
__( 'Give back to WordPress through code, support, translation and more', 'wporg' );
|
||
|
__( 'Learn', 'wporg' );
|
||
|
__( 'Workshops and training materials', 'wporg' );
|
||
|
__( 'Showcase', 'wporg' );
|
||
|
__( 'Some of the best WordPress sites on the Web', 'wporg' );
|
||
|
__( 'Plugins', 'wporg' );
|
||
|
__( 'Add extra functionality to WordPress', 'wporg' );
|
||
|
__( 'Themes', 'wporg' );
|
||
|
__( 'Make your WordPress pretty', 'wporg' );
|
||
|
__( 'Ideas', 'wporg' );
|
||
|
__( 'Share your ideas for improving WordPress', 'wporg' );
|
||
|
__( 'WordCamp', 'wporg' );
|
||
|
__( 'Find a WordPress event near you', 'wporg' );
|
||
|
__( 'WordPress.TV', 'wporg' );
|
||
|
__( 'Videos, tutorials, and WordCamp sessions', 'wporg' );
|
||
|
__( 'BuddyPress', 'wporg' );
|
||
|
__( 'A set of plugins to transform your WordPress into a social network', 'wporg' );
|
||
|
__( 'bbPress', 'wporg' );
|
||
|
__( 'Fast, slick forums built on WordPress', 'wporg' );
|
||
|
__( 'WordPress.com', 'wporg' );
|
||
|
__( 'Hassle-free WordPress hosting', 'wporg' );
|
||
|
__( 'Matt', 'wporg' );
|
||
|
__( 'Co-founder of WordPress, an example of what WordPress can do', 'wporg' );
|
||
|
__( 'Privacy', 'wporg' );
|
||
|
__( 'WordPress.org Privacy Policy', 'wporg' );
|
||
|
__( 'License / GPLv2', 'wporg' );
|
||
|
__( 'WordPress is open source software', 'wporg' );
|
||
|
__( 'Follow %s on Twitter', 'wporg' );
|
||
|
__( 'Like %s on Facebook', 'wporg' );
|