Changeset 6057
- Timestamp:
- 10/27/2017 05:07:17 PM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php
r5998 r6057 19 19 <header id="masthead" class="site-header" role="banner"> 20 20 <div class="site-branding"> 21 <p class="site-title"><?php _e( 'Meet WordPress', 'wporg -main' ); ?></p>21 <p class="site-title"><?php _e( 'Meet WordPress', 'wporg' ); ?></p> 22 22 23 23 <p class="site-description"><?php _e( 'WordPress is open source software you can use to create a beautiful website, blog, or app' ); ?></p> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
r5890 r6057 21 21 // This theme uses wp_nav_menu() in one location. 22 22 register_nav_menus( array( 23 'rosetta_main' => esc_html__( 'Rosetta', 'wporg -main' ),23 'rosetta_main' => esc_html__( 'Rosetta', 'wporg' ), 24 24 ) ); 25 25 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-get.php
r5886 r6057 3 3 ?> 4 4 <div id="page" class="site"> 5 <a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', 'wporg -main' ); ?></a>5 <a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', 'wporg' ); ?></a> 6 6 7 7 <div id="content" class="site-content"> 8 8 <header id="masthead" class="site-header" role="banner"> 9 9 <div class="site-branding"> 10 <p class="site-title"><a href="<?php echo esc_url( home_url( '/get' ) ); ?>"><?php _e( 'Get WordPress', 'wporg -main' ); ?></a></p>10 <p class="site-title"><a href="<?php echo esc_url( home_url( '/get' ) ); ?>"><?php _e( 'Get WordPress', 'wporg' ); ?></a></p> 11 11 12 12 <nav id="site-navigation" class="main-navigation" role="navigation"> … … 23 23 <section> 24 24 <div class="container"> 25 <h3><?php _e( 'Requirements', 'wporg -main' ); ?></h3>25 <h3><?php _e( 'Requirements', 'wporg' ); ?></h3> 26 26 27 <p><?php printf( __( 'You’ve got a cool new plugin and are hoping to give it some exposure. You’re in the right place. Just <a href="%s">ask us to host it for you</a>. You’ll be able to:', 'wporg -main' ), esc_url( home_url( 'developers/add' ) ) ); ?></p>27 <p><?php printf( __( 'You’ve got a cool new plugin and are hoping to give it some exposure. You’re in the right place. Just <a href="%s">ask us to host it for you</a>. You’ll be able to:', 'wporg' ), esc_url( home_url( 'developers/add' ) ) ); ?></p> 28 28 <ul> 29 <li><?php _e( 'Keep track of how many people have downloaded it.', 'wporg -main' ); ?></li>30 <li><?php _e( 'Let people leave comments about your plugin.', 'wporg -main' ); ?></li>31 <li><?php _e( 'Get your plugin rated against all the other cool WordPress plugins.', 'wporg -main' ); ?></li>32 <li><?php _e( 'Give your plugin lots of exposure in this centralized repository.', 'wporg -main' ); ?></li>29 <li><?php _e( 'Keep track of how many people have downloaded it.', 'wporg' ); ?></li> 30 <li><?php _e( 'Let people leave comments about your plugin.', 'wporg' ); ?></li> 31 <li><?php _e( 'Get your plugin rated against all the other cool WordPress plugins.', 'wporg' ); ?></li> 32 <li><?php _e( 'Give your plugin lots of exposure in this centralized repository.', 'wporg' ); ?></li> 33 33 </ul> 34 34 35 <h3><?php _e( 'There are some restrictions', 'wporg -main' ); ?></h3>35 <h3><?php _e( 'There are some restrictions', 'wporg' ); ?></h3> 36 36 <ul> 37 <li><?php printf( __( 'Your plugin must be compatible with the <a href="%s">GNU General Public License v2</a>, or any later version. We strongly recommend using the same license as WordPress — “GPLv2 or later.”', 'wporg -main' ), esc_url( 'http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses' ) ); ?></li>38 <li><?php _e( 'The plugin must not do anything illegal or be morally offensive (that’s subjective, we know).', 'wporg -main' ); ?></li>39 <li><?php printf( __( 'You have to actually use the <a href="%s">Subversion</a> repository we give you in order for your plugin to show up on this site. The WordPress Plugin Directory is a hosting site, not a listing site.', 'wporg -main' ), esc_url( 'http://subversion.tigris.org/' ) ); ?></li>40 <li><?php _e( 'The plugin must not embed external links on the public site (like a “powered by” link) without explicitly asking the user’s permission.', 'wporg -main' ); ?></li>41 <li><?php printf( __( 'Your plugin must abide by our list of <a href="%s">detailed guidelines</a>, which include not being a spammer and not abusing the systems.', 'wporg -main' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/' ) ); ?></li>37 <li><?php printf( __( 'Your plugin must be compatible with the <a href="%s">GNU General Public License v2</a>, or any later version. We strongly recommend using the same license as WordPress — “GPLv2 or later.”', 'wporg' ), esc_url( 'http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses' ) ); ?></li> 38 <li><?php _e( 'The plugin must not do anything illegal or be morally offensive (that’s subjective, we know).', 'wporg' ); ?></li> 39 <li><?php printf( __( 'You have to actually use the <a href="%s">Subversion</a> repository we give you in order for your plugin to show up on this site. The WordPress Plugin Directory is a hosting site, not a listing site.', 'wporg' ), esc_url( 'http://subversion.tigris.org/' ) ); ?></li> 40 <li><?php _e( 'The plugin must not embed external links on the public site (like a “powered by” link) without explicitly asking the user’s permission.', 'wporg' ); ?></li> 41 <li><?php printf( __( 'Your plugin must abide by our list of <a href="%s">detailed guidelines</a>, which include not being a spammer and not abusing the systems.', 'wporg' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/' ) ); ?></li> 42 42 </ul> 43 43 44 <h3><?php _e( 'Submission is Simple', 'wporg -main' ); ?></h3>44 <h3><?php _e( 'Submission is Simple', 'wporg' ); ?></h3> 45 45 <ol> 46 <li><?php printf( __( '<a href="%s">Sign up</a> for an account on WordPress.org.', 'wporg -main' ), esc_url( 'https://wordpress.org/support/register.php' ) ); ?></li>47 <li><?php printf( __( '<a href="%s">Submit your plugin for review</a>.', 'wporg -main' ), esc_url( home_url( 'developers/add' ) ) ); ?></li>48 <li><?php printf( __( 'After your plugin is <a href="%s">manually reviewed</a>, it will either be approved or you will be emailed and asked to provide more information and/or make corrections.', 'wporg -main' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/#questions-about-submissions-and-approval' ) ); ?></li>49 <li><?php printf( __( 'Once approved, you’ll be given access to a <a id="subversion" href="%s">Subversion Repository</a> where you’ll store your plugin.', 'wporg -main' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/' ) ); ?></li>46 <li><?php printf( __( '<a href="%s">Sign up</a> for an account on WordPress.org.', 'wporg' ), esc_url( 'https://wordpress.org/support/register.php' ) ); ?></li> 47 <li><?php printf( __( '<a href="%s">Submit your plugin for review</a>.', 'wporg' ), esc_url( home_url( 'developers/add' ) ) ); ?></li> 48 <li><?php printf( __( 'After your plugin is <a href="%s">manually reviewed</a>, it will either be approved or you will be emailed and asked to provide more information and/or make corrections.', 'wporg' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/#questions-about-submissions-and-approval' ) ); ?></li> 49 <li><?php printf( __( 'Once approved, you’ll be given access to a <a id="subversion" href="%s">Subversion Repository</a> where you’ll store your plugin.', 'wporg' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/' ) ); ?></li> 50 50 <li> 51 51 <?php 52 52 /* translators: 1: URL to readme section; 2: URL to home page; */ 53 printf( __( 'Shortly after you upload your plugin (and a <a href="%1$s">readme file</a>!) to that repository, it will be automatically displayed in the <a href="%2$s">plugins browser</a>.', 'wporg -main' ), '#readme', esc_url( home_url( '/' ) ) );53 printf( __( 'Shortly after you upload your plugin (and a <a href="%1$s">readme file</a>!) to that repository, it will be automatically displayed in the <a href="%2$s">plugins browser</a>.', 'wporg' ), '#readme', esc_url( home_url( '/' ) ) ); 54 54 ?> 55 55 </li> 56 <li><?php printf( __( 'Check out the <strong><a href="%s">FAQ</a> </strong>for more information.', 'wporg -main' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/' ) ); ?></li>56 <li><?php printf( __( 'Check out the <strong><a href="%s">FAQ</a> </strong>for more information.', 'wporg' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/' ) ); ?></li> 57 57 </ol> 58 58 59 <h3 id="readme"><?php _e( 'Readme files', 'wporg -main' ); ?></h3>59 <h3 id="readme"><?php _e( 'Readme files', 'wporg' ); ?></h3> 60 60 <p> 61 61 <?php 62 62 /* translators: 1: URL to readme file; 2: URL to readme validator; */ 63 printf( __( 'To make your entry in the plugin browser most useful, each plugin should have a readme file named <code>readme.txt</code> that adheres to the <a href="%1$s">WordPress plugin readme file standard</a>. You can put your readme file through the <a href="%2$s">readme validator</a> to check it.', 'wporg -main' ), esc_url( home_url( 'files/2016/06/readme.txt' ) ), esc_url( home_url( '/developers/readme-validator/' ) ) );63 printf( __( 'To make your entry in the plugin browser most useful, each plugin should have a readme file named <code>readme.txt</code> that adheres to the <a href="%1$s">WordPress plugin readme file standard</a>. You can put your readme file through the <a href="%2$s">readme validator</a> to check it.', 'wporg' ), esc_url( home_url( 'files/2016/06/readme.txt' ) ), esc_url( home_url( '/developers/readme-validator/' ) ) ); 64 64 ?> 65 65 </p> … … 68 68 <section> 69 69 <div class="container"> 70 <h3><?php _e( 'Beta Releases', 'wporg -main' ); ?></h3>70 <h3><?php _e( 'Beta Releases', 'wporg' ); ?></h3> 71 71 72 <p><?php printf( __( 'You’ve got a cool new plugin and are hoping to give it some exposure. You’re in the right place. Just <a href="%s">ask us to host it for you</a>. You’ll be able to:', 'wporg -main' ), esc_url( home_url( 'developers/add' ) ) ); ?></p>72 <p><?php printf( __( 'You’ve got a cool new plugin and are hoping to give it some exposure. You’re in the right place. Just <a href="%s">ask us to host it for you</a>. You’ll be able to:', 'wporg' ), esc_url( home_url( 'developers/add' ) ) ); ?></p> 73 73 <ul> 74 <li><?php _e( 'Keep track of how many people have downloaded it.', 'wporg -main' ); ?></li>75 <li><?php _e( 'Let people leave comments about your plugin.', 'wporg -main' ); ?></li>76 <li><?php _e( 'Get your plugin rated against all the other cool WordPress plugins.', 'wporg -main' ); ?></li>77 <li><?php _e( 'Give your plugin lots of exposure in this centralized repository.', 'wporg -main' ); ?></li>74 <li><?php _e( 'Keep track of how many people have downloaded it.', 'wporg' ); ?></li> 75 <li><?php _e( 'Let people leave comments about your plugin.', 'wporg' ); ?></li> 76 <li><?php _e( 'Get your plugin rated against all the other cool WordPress plugins.', 'wporg' ); ?></li> 77 <li><?php _e( 'Give your plugin lots of exposure in this centralized repository.', 'wporg' ); ?></li> 78 78 </ul> 79 79 80 <h3><?php _e( 'There are some restrictions', 'wporg -main' ); ?></h3>80 <h3><?php _e( 'There are some restrictions', 'wporg' ); ?></h3> 81 81 <ul> 82 <li><?php printf( __( 'Your plugin must be compatible with the <a href="%s">GNU General Public License v2</a>, or any later version. We strongly recommend using the same license as WordPress — “GPLv2 or later.”', 'wporg -main' ), esc_url( 'http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses' ) ); ?></li>83 <li><?php _e( 'The plugin must not do anything illegal or be morally offensive (that’s subjective, we know).', 'wporg -main' ); ?></li>84 <li><?php printf( __( 'You have to actually use the <a href="%s">Subversion</a> repository we give you in order for your plugin to show up on this site. The WordPress Plugin Directory is a hosting site, not a listing site.', 'wporg -main' ), esc_url( 'http://subversion.tigris.org/' ) ); ?></li>85 <li><?php _e( 'The plugin must not embed external links on the public site (like a “powered by” link) without explicitly asking the user’s permission.', 'wporg -main' ); ?></li>86 <li><?php printf( __( 'Your plugin must abide by our list of <a href="%s">detailed guidelines</a>, which include not being a spammer and not abusing the systems.', 'wporg -main' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/' ) ); ?></li>82 <li><?php printf( __( 'Your plugin must be compatible with the <a href="%s">GNU General Public License v2</a>, or any later version. We strongly recommend using the same license as WordPress — “GPLv2 or later.”', 'wporg' ), esc_url( 'http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses' ) ); ?></li> 83 <li><?php _e( 'The plugin must not do anything illegal or be morally offensive (that’s subjective, we know).', 'wporg' ); ?></li> 84 <li><?php printf( __( 'You have to actually use the <a href="%s">Subversion</a> repository we give you in order for your plugin to show up on this site. The WordPress Plugin Directory is a hosting site, not a listing site.', 'wporg' ), esc_url( 'http://subversion.tigris.org/' ) ); ?></li> 85 <li><?php _e( 'The plugin must not embed external links on the public site (like a “powered by” link) without explicitly asking the user’s permission.', 'wporg' ); ?></li> 86 <li><?php printf( __( 'Your plugin must abide by our list of <a href="%s">detailed guidelines</a>, which include not being a spammer and not abusing the systems.', 'wporg' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/' ) ); ?></li> 87 87 </ul> 88 88 89 <h3><?php _e( 'Submission is Simple', 'wporg -main' ); ?></h3>89 <h3><?php _e( 'Submission is Simple', 'wporg' ); ?></h3> 90 90 <ol> 91 <li><?php printf( __( '<a href="%s">Sign up</a> for an account on WordPress.org.', 'wporg -main' ), esc_url( 'https://wordpress.org/support/register.php' ) ); ?></li>92 <li><?php printf( __( '<a href="%s">Submit your plugin for review</a>.', 'wporg -main' ), esc_url( home_url( 'developers/add' ) ) ); ?></li>93 <li><?php printf( __( 'After your plugin is <a href="%s">manually reviewed</a>, it will either be approved or you will be emailed and asked to provide more information and/or make corrections.', 'wporg -main' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/#questions-about-submissions-and-approval' ) ); ?></li>94 <li><?php printf( __( 'Once approved, you’ll be given access to a <a id="subversion" href="%s">Subversion Repository</a> where you’ll store your plugin.', 'wporg -main' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/' ) ); ?></li>91 <li><?php printf( __( '<a href="%s">Sign up</a> for an account on WordPress.org.', 'wporg' ), esc_url( 'https://wordpress.org/support/register.php' ) ); ?></li> 92 <li><?php printf( __( '<a href="%s">Submit your plugin for review</a>.', 'wporg' ), esc_url( home_url( 'developers/add' ) ) ); ?></li> 93 <li><?php printf( __( 'After your plugin is <a href="%s">manually reviewed</a>, it will either be approved or you will be emailed and asked to provide more information and/or make corrections.', 'wporg' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/#questions-about-submissions-and-approval' ) ); ?></li> 94 <li><?php printf( __( 'Once approved, you’ll be given access to a <a id="subversion" href="%s">Subversion Repository</a> where you’ll store your plugin.', 'wporg' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/' ) ); ?></li> 95 95 <li> 96 96 <?php 97 97 /* translators: 1: URL to readme section; 2: URL to home page; */ 98 printf( __( 'Shortly after you upload your plugin (and a <a href="%1$s">readme file</a>!) to that repository, it will be automatically displayed in the <a href="%2$s">plugins browser</a>.', 'wporg -main' ), '#readme', esc_url( home_url( '/' ) ) );98 printf( __( 'Shortly after you upload your plugin (and a <a href="%1$s">readme file</a>!) to that repository, it will be automatically displayed in the <a href="%2$s">plugins browser</a>.', 'wporg' ), '#readme', esc_url( home_url( '/' ) ) ); 99 99 ?> 100 100 </li> 101 <li><?php printf( __( 'Check out the <strong><a href="%s">FAQ</a> </strong>for more information.', 'wporg -main' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/' ) ); ?></li>101 <li><?php printf( __( 'Check out the <strong><a href="%s">FAQ</a> </strong>for more information.', 'wporg' ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/' ) ); ?></li> 102 102 </ol> 103 103 104 <h3 id="readme"><?php _e( 'Readme files', 'wporg -main' ); ?></h3>104 <h3 id="readme"><?php _e( 'Readme files', 'wporg' ); ?></h3> 105 105 <p> 106 106 <?php 107 107 /* translators: 1: URL to readme file; 2: URL to readme validator; */ 108 printf( __( 'To make your entry in the plugin browser most useful, each plugin should have a readme file named <code>readme.txt</code> that adheres to the <a href="%1$s">WordPress plugin readme file standard</a>. You can put your readme file through the <a href="%2$s">readme validator</a> to check it.', 'wporg -main' ), esc_url( home_url( 'files/2016/06/readme.txt' ) ), esc_url( home_url( '/developers/readme-validator/' ) ) );108 printf( __( 'To make your entry in the plugin browser most useful, each plugin should have a readme file named <code>readme.txt</code> that adheres to the <a href="%1$s">WordPress plugin readme file standard</a>. You can put your readme file through the <a href="%2$s">readme validator</a> to check it.', 'wporg' ), esc_url( home_url( 'files/2016/06/readme.txt' ) ), esc_url( home_url( '/developers/readme-validator/' ) ) ); 109 109 ?> 110 110 </p> … … 118 118 sprintf( 119 119 /* translators: %s: Name of current post */ 120 esc_html__( 'Edit %s', 'wporg -main' ),120 esc_html__( 'Edit %s', 'wporg' ), 121 121 the_title( '<span class="screen-reader-text">"', '"</span>', false ) 122 122 ), -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-templates/releases.php
r5893 r6057 23 23 rosetta_release_row( null, null, null, true ); 24 24 ?> 25 <h3 id="latest"><?php _e( 'Latest release', 'wporg -main' ); ?></h3>25 <h3 id="latest"><?php _e( 'Latest release', 'wporg' ); ?></h3> 26 26 <table class="releases latest"> 27 27 <?php echo rosetta_release_row( $releases['latest'], 'alt' ); ?> … … 36 36 rosetta_release_row( null, null, null, true ); 37 37 ?> 38 <h3><?php printf( __( '%s Branch', 'wporg -main' ), $branch );?></h3>38 <h3><?php printf( __( '%s Branch', 'wporg' ), $branch );?></h3> 39 39 <table class="releases"> 40 40 <?php … … 50 50 if ( ! empty( $releases['betas'] ) ) : 51 51 ?> 52 <h3 id="betas"><?php _e( 'Beta & RC releases', 'wporg -main' ); ?></h3>52 <h3 id="betas"><?php _e( 'Beta & RC releases', 'wporg' ); ?></h3> 53 53 <table id="beta" class="releases"> 54 54 <?php … … 63 63 endif; # any betas 64 64 else: # no releases 65 echo '<p>' . __( 'There are no releases, yet.', 'wporg -main' ) . '</p>';65 echo '<p>' . __( 'There are no releases, yet.', 'wporg' ) . '</p>'; 66 66 endif; # if releases 67 67 ?> … … 72 72 sprintf( 73 73 /* translators: %s: Name of current post */ 74 esc_html__( 'Edit %s', 'wporg -main' ),74 esc_html__( 'Edit %s', 'wporg' ), 75 75 the_title( '<span class="screen-reader-text">"', '"</span>', false ) 76 76 ), -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/style.css
r4885 r6057 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 Text Domain: wporg -main10 Text Domain: wporg 11 11 Template: wporg 12 12
Note: See TracChangeset
for help on using the changeset viewer.