Making WordPress.org

Changeset 8129


Ignore:
Timestamp:
01/23/2019 09:13:20 PM (6 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Update Features page content.

Props joostdevalk.
Fixes #4095.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php

    r8113 r8129  
    4747                        ?>
    4848                    </p>
    49                     <p><?php esc_html_e( 'WordPress combines simplicity for users and publishers with under-the-hood complexity for developers. This makes it flexible while still being easy-to-use.', 'wporg' ); ?></p>
    50                     <p><?php esc_html_e( 'The following is a list of some of the features that come as standard with WordPress; however, there are literally thousands of plugins that extend what WordPress does, so the actual functionality is nearly limitless. You are also free to do whatever you like with the WordPress code, extend it or modify in any way or use it for commercial projects without any licensing fees. That is the beauty of free software, free refers not only to price but also the freedom to have complete control over it.', 'wporg' ); ?></p>
     49                    <p><?php esc_html_e( 'WordPress combines simplicity for users and publishers with under-the-hood complexity for developers. This makes it flexible while still being easy-to-use. The following is a list of some of the features that come as standard with WordPress; however, there are literally thousands of plugins that extend what WordPress does, so the actual functionality is nearly limitless. You are also free to do whatever you like with the WordPress code, extend it or modify in any way or use it for commercial projects without any licensing fees. That is the beauty of free software, free refers not only to price but also the freedom to have complete control over it.', 'wporg' ); ?></p>
    5150                    <p><?php esc_html_e( 'Here are some of the features that we think that you&#8217;ll love.', 'wporg' ); ?></p>
    5251
     
    6463                            <?php esc_html_e( 'WordPress makes it easy for you to manage your content. Create drafts, schedule publication, and look at your post revisions. Make your content public or private, and secure posts and pages with a password.', 'wporg' ); ?>
    6564                        </li>
    66                         <li><strong><?php echo esc_html_x( 'User Management', 'Features page: Section Header', 'wporg' ); ?></strong><br>
     65                        <li><strong>
     66                            <?php
     67                            printf(
     68                                '<a href="%s">%s</a>',
     69                                esc_url( __( 'https://wordpress.org/support/article/roles-and-capabilities/', 'wporg' ) ),
     70                                esc_html_x( 'User Management', 'Features page: Section Header', 'wporg' )
     71                            );
     72                            ?>
     73                            </strong><br>
    6774                            <?php esc_html_e( 'Not everyone requires the same access to your website. Administrators manage the site, editors work with content, authors and contributors write that content, and subscribers have a profile that they can manage. This lets you have a variety of contributors to your website, and let others simply be part of your community.', 'wporg' ); ?>
    6875                        </li>
    69                         <li><strong><?php echo esc_html_x( 'Media Management', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    70                             <?php esc_html_e( 'They say a picture says a thousand words, which is why it&#8217;s important for you to be able to quickly and easily upload images and media to WordPress. Drag and drop your media into the uploader to add it to your website. Add alt text, captions, and titles, and insert images and galleries into your content. We&#8217;ve even added a few image editing tools you can have fun with.', 'wporg' ); ?>
     76                        <li><strong>
     77                            <?php
     78                            printf(
     79                                '<a href="%s">%s</a>',
     80                                esc_url( __( 'https://wordpress.org/support/article/media-library-screen/', 'wporg' ) ),
     81                                esc_html_x( 'Media Management', 'Features page: Section Header', 'wporg' )
     82                            );
     83                            ?>
     84                            </strong><br>
     85                            <?php esc_html_e( 'They say a picture says a thousand words, which is why it&#8217;s important for you to be able to quickly and easily upload images and media to WordPress. Drag and drop your media into the uploader to add it to your website. Add alt text and captions, and insert images and galleries into your content. We&#8217;ve even added a few image editing tools you can have fun with.', 'wporg' ); ?>
    7186                        </li>
    7287                        <li><strong><?php echo esc_html_x( 'Full Standards Compliance', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    7388                            <?php esc_html_e( 'Every piece of WordPress generated code is in full compliance with the standards set by the W3C. This means that your website will work in today&#8217;s browser, while maintaining forward compatibility with the next generation of browser. Your website is a beautiful thing, now and in the future.', 'wporg' ); ?>
    7489                        </li>
    75                         <li><strong><?php echo esc_html_x( 'Easy Theme System', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    76                             <?php esc_html_e( 'WordPress comes bundled with two default themes, but if they aren&#8217;t for you there&#8217;s a theme directory with thousands of themes for you to create a beautiful website. None of those to your taste? Upload your own theme with the click of a button. It only takes a few seconds for you to give your website a complete makeover.', 'wporg' ); ?>
    77                         </li>
    78                         <li><strong><?php echo esc_html_x( 'Extend with Plugins', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    79                             <?php esc_html_e( 'WordPress comes packed full of features for every user, for every other feature there&#8217;s a plugin directory with thousands of plugins. Add complex galleries, social networking, forums, social media widgets, spam protection, calendars, fine-tune controls for search engine optimization, and forms.', 'wporg' ); ?>
    80                         </li>
    81                         <li><strong><?php echo esc_html_x( 'Built-in Comments', 'Features page: Section Header', 'wporg' ); ?></strong><br>
     90                        <li><strong>
     91                            <?php
     92                            printf(
     93                                '<a href="%s">%s</a>',
     94                                esc_url( home_url( '/themes/' ) ),
     95                                esc_html_x( 'Easy Theme System', 'Features page: Section Header', 'wporg' )
     96                            );
     97                            ?>
     98                            </strong><br>
     99                            <?php esc_html_e( 'WordPress comes bundled with three default themes, but if they aren&#8217;t for you there&#8217;s a theme directory with thousands of themes for you to create a beautiful website. None of those to your taste? Upload your own theme with the click of a button. It only takes a few seconds for you to give your website a complete makeover.', 'wporg' ); ?>
     100                        </li>
     101                        <li><strong>
     102                            <?php
     103                            printf(
     104                                '<a href="%s">%s</a>',
     105                                esc_url( home_url( '/plugins/' ) ),
     106                                esc_html_x( 'Extend with Plugins', 'Features page: Section Header', 'wporg' )
     107                            );
     108                            ?>
     109                            </strong><br>
     110                            <?php
     111                            printf(
     112                                /* translators: %s: Link to Plugin Directory */
     113                                wp_kses_post( __( 'WordPress comes packed with a lot of features for every user. For every feature that&#8217;s not in WordPress core, there&#8217;s a <a href="%s">plugin directory</a> with thousands of plugins. Add complex galleries, social networking, forums, social media widgets, spam protection, calendars, fine-tune controls for search engine optimization, and forms.', 'wporg' ) ),
     114                                esc_url( home_url( '/plugins/' ) )
     115                            );
     116                            ?>
     117                        </li>
     118                        <li><strong>
     119                            <?php
     120                            printf(
     121                                '<a href="%s">%s</a>',
     122                                esc_url( __( 'https://wordpress.org/support/article/comments-in-wordpress/', 'wporg' ) ),
     123                                esc_html_x( 'Built-in Comments', 'Features page: Section Header', 'wporg' )
     124                            );
     125                            ?>
     126                            </strong><br>
    82127                            <?php esc_html_e( 'Your blog is your home, and comments provide a space for your friends and followers to engage with your content. WordPress&#8217;s comment tools give you everything you need to be a forum for discussion and to moderate that discussion.', 'wporg' ); ?>
    83128                        </li>
    84129                        <li><strong><?php echo esc_html_x( 'Search Engine Optimized', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    85130                            <?php
    86                             /* translators: Link to Plugin Directory search for SEO */
    87                             printf( wp_kses_post( __( 'WordPress is optimized for search engines right out of the box. For more fine-grained SEO control, there are plenty of <a href="%s">SEO plugins</a> to take care of that for you.', 'wporg' ) ), esc_url( home_url( '/plugins/search/SEO/' ) ) );
    88                             ?>
    89                         </li>
    90                         <li><strong><?php echo esc_html_x( 'Multilingual', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    91                             <?php
    92                             /* translators: Link to polyglots teams */
    93                             printf( wp_kses_post( __( 'WordPress is available in more than 70 languages. If you or the person you&#8217;re building the website for would prefer to use WordPress in a language other than English, <a href="%s">that&#8217;s easy to do</a>.', 'wporg' ) ), esc_url( 'https://make.wordpress.org/polyglots/teams/' ) );
     131                            printf(
     132                                /* translators: Link to Plugin Directory search for SEO */
     133                                wp_kses_post( __( 'WordPress is optimized for search engines right out of the box. For more fine-grained SEO control, there are plenty of <a href="%s">SEO plugins</a> to take care of that for you.', 'wporg' ) ),
     134                                esc_url( home_url( '/plugins/search/seo/' ) )
     135                            );
     136                            ?>
     137                        </li>
     138                        <li><strong>
     139                            <?php
     140                            printf(
     141                                '<a href="%s">%s</a>',
     142                                esc_url( __( 'https://wordpress.org/support/article/installing-wordpress-in-your-language/' ) ),
     143                                esc_html_x( 'Use WordPress in Your Language', 'Features page: Section Header', 'wporg' )
     144                            );
     145                            ?>
     146                            </strong><br>
     147                            <?php
     148                            printf(
     149                                /* translators: Link to Polyglots teams */
     150                                wp_kses_post( __( 'WordPress is available in more than 70 languages. If you or the person you&#8217;re building the website for would prefer to use WordPress in a language other than English, <a href="%s">that&#8217;s easy to do</a>.', 'wporg' ) ),
     151                                esc_url( 'https://make.wordpress.org/polyglots/teams/' )
     152                            );
    94153                            ?>
    95154                        </li>
    96155                        <li><strong><?php echo esc_html_x( 'Easy Installation and Upgrades', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    97                             <?php esc_html_e( 'WordPress has always been easy to install and upgrade. If you&#8217;re happy using an FTP program, you can create a database, upload WordPress using FTP, and run the installer. Not familiar with FTP? Plenty of web hosts offer one-click WordPress installers that let you install WordPress with, well, just one click!', 'wporg' ); ?>
     156                            <?php
     157                            printf(
     158                                /* translators: Link to "Automated Installation" support article */
     159                                wp_kses_post( __( 'WordPress has always been easy to install and upgrade. Plenty of web hosts offer one-click <a href="%s">WordPress installers</a> that let you install WordPress with, well, just one click! Or, if you&#8217;re happy using an FTP program, you can create a database, upload WordPress using FTP, and run the installer.', 'wporg' ) ),
     160                                esc_url( __( 'https://wordpress.org/support/article/automated-installation/', 'wporg' ) )
     161                            );
     162                            ?>
    98163                        </li>
    99164                        <li><strong><?php echo esc_html_x( 'Importers', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    100                             <?php esc_html_e( 'Using blog or website software that you aren&#8217;t happy with? Running your blog on a hosted service that&#8217;s about to shut down? WordPress comes with importers for blogger, LiveJournal, Movable Type, TypePad, Tumblr, and WordPress. If you&#8217;re ready to make the move, we&#8217;ve made it easy for you.', 'wporg' ); ?>
     165                            <?php
     166                            printf(
     167                                /* translators: Link to "Importing Content" support article */
     168                                wp_kses_post( __( 'Using blog or website software that you aren&#8217;t happy with? Running your blog on a hosted service that&#8217;s about to shut down? WordPress comes with importers for Blogger, LiveJournal, Movable Type, TypePad, Tumblr, and WordPress. If you&#8217;re ready to make the move, <a href="%s">we&#8217;ve made it easy for you</a>.', 'wporg' ) ),
     169                                esc_url( __( 'https://wordpress.org/support/article/importing-content/', 'wporg' ) )
     170                            );
     171                            ?>
    101172                        </li>
    102173                        <li><strong><?php echo esc_html_x( 'Own Your Data', 'Features page: Section Header', 'wporg' ); ?></strong><br>
     
    107178                        </li>
    108179                        <li><strong><?php echo esc_html_x( 'Community', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    109                             <?php esc_html_e( 'As the most popular open source CMS on the web, WordPress has a vibrant and supportive community. Ask a question on the support forums and get help from a volunteer, attend a WordCamp or Meetup to learn more about WordPress, read blogs posts and tutorials about WordPress. Community is at the heart of WordPress, making it what it is today.', 'wporg' ); ?>
     180                            <?php
     181                            printf(
     182                                /* translators: 1: Link to support forums; 2: Link to WordCamp Central */
     183                                wp_kses_post( __( 'As the most popular open source CMS on the web, WordPress has a vibrant and supportive community. Ask a question on the <a href="%1$s">support forums</a> and get help from a volunteer, attend a <a href="%2$s">WordCamp</a> or Meetup to learn more about WordPress, read blogs posts and tutorials about WordPress. Community is at the heart of WordPress, making it what it is today.', 'wporg' ) ),
     184                                esc_url( __( 'https://wordpress.org/support/forums/', 'wporg' ) ),
     185                                esc_url( 'https://central.wordcamp.org/' )
     186                            );
     187                            ?>
    110188                        </li>
    111189                        <li><strong><?php echo esc_html_x( 'Contribute', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    112                             <?php esc_html_e( 'You can be WordPress too! Help to build WordPress, answer questions on the support forums, write documentation, translate WordPress into your language, speak at a WordCamp, write about WordPress on your blog. Whatever your skill, we&#8217;d love to have you!', 'wporg' ); ?>
     190                            <?php
     191                            printf(
     192                                /* translators: %s: https://make.wordpress.org/ */
     193                                wp_kses_post( __( 'You can be WordPress too! Help to build WordPress, answer questions on the support forums, write documentation, translate WordPress into your language, speak at a WordCamp, write about WordPress on your blog. Whatever your skill, <a href="%s">we&#8217;d love to have you</a>!', 'wporg' ) ),
     194                                esc_url( 'https://make.wordpress.org/' )
     195                            );
     196                            ?>
    113197                        </li>
    114198                    </ul>
     
    120204                        <li><strong><?php echo esc_html_x( 'Plugin System', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    121205                            <?php
    122                             /* translators: 1: Link to Codex page about APIs; 2: Link to Plugin Directory */
    123                             printf( wp_kses_post( __( 'The <a href="%1$s">WordPress APIs</a> make it possible for you to create plugins to extend WordPress. WordPress&#8217;s extensibility lies in the thousands of hooks at your disposal. Once you&#8217;ve created your plugin, we&#8217;ve even got a <a href="%2$s">plugin repository</a> for you to host it on.', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/WordPress_APIs' ), esc_url( home_url( '/plugins/' ) ) );
     206                            printf(
     207                                /* translators: 1: Link to Developer Hub; 2: Link to Plugin Directory */
     208                                wp_kses_post( __( 'The <a href="%1$s">WordPress APIs</a> make it possible for you to create plugins to extend WordPress. WordPress&#8217;s extensibility lies in the thousands of hooks at your disposal. Once you&#8217;ve created your plugin, we&#8217;ve even got a <a href="%2$s">plugin repository</a> for you to host it on.', 'wporg' ) ),
     209                                esc_url( 'https://developer.wordpress.org/' ),
     210                                esc_url( home_url( '/plugins/' ) )
     211                            );
    124212                            ?>
    125213                        </li>
    126214                        <li><strong><?php echo esc_html_x( 'Theme System', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    127215                            <?php
    128                             /* translators: 1: Link to Codex page about APIs; 2: Link to Theme Directory */
    129                             printf( wp_kses_post( __( 'Create WordPress themes for clients, other WordPress users, or yourself. The <a href="%1$s">WordPress API</a> provides the extensibility to create themes as simple or as complex as you wish. If you want to give your theme away for free you can give it to users in the <a href="%2$s">Theme Repository</a>', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/WordPress_APIs' ), esc_url( home_url( '/themes/' ) ) );
     216                            printf(
     217                                /* translators: 1: Link to Theme Developer Handbook; 2: Link to Theme Directory */
     218                                wp_kses_post( __( 'Create WordPress themes for clients, other WordPress users, or yourself. WordPress provides the extensibility to <a href="%1$s">create themes</a> as simple or as complex as you wish. If you want to give your theme away for free you can give it to users in the <a href="%2$s">theme repository</a>.', 'wporg' ) ),
     219                                esc_url( 'https://developer.wordpress.org/themes/' ),
     220                                esc_url( home_url( '/themes/' ) )
     221                            );
    130222                            ?>
    131223                        </li>
    132224                        <li><strong><?php echo esc_html_x( 'Application Framework', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    133                             <?php esc_html_e( 'If you want to build an application, WordPress can help with that too. Under the hood WordPress provides a lot of the features that your app will need, things like translations, user management, HTTP requests, databases, URL routing and much, much more.', 'wporg' ); ?>
     225                            <?php
     226                            printf(
     227                                /* translators: %s: Link to REST API Handbook */
     228                                wp_kses_post( __( 'If you want to build an application, WordPress can help with that too. WordPress provides a lot of the features under the hood that your app will need: translations, user management, HTTP requests, databases, URL routing and much, much more. You can also use our <a href="%s">REST API</a> to interact with it.', 'wporg' ) ),
     229                                esc_url( 'https://developer.wordpress.org/rest-api/' )
     230                            );
     231                            ?>
    134232                        </li>
    135233                        <li><strong><?php echo esc_html_x( 'Custom Content Types', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    136234                            <?php
    137                             /* translators: 1: Link to Codex page about Custom Post Types; 2: Link to Codex page about Custom Taxonomies; 3: Link to Codex page about Custom Fields */
    138                             printf( wp_kses_post( __( 'WordPress comes with default content types, but for more flexibility you can add a few lines of code to create your own <a href="%1$s">custom post types</a>, <a href="%2$s">taxonomies</a>, and <a href="%3$s">metadata</a>. Take WordPress in whatever direction you wish.', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/Post_Types#Custom_Post_Types' ), esc_url( 'https://codex.wordpress.org/Taxonomies#Custom_Taxonomies' ), esc_url( 'https://codex.wordpress.org/Custom_Fields' ) );
     235                            printf(
     236                                /* translators: 1: Link to Plugin Handbook page about custom post types; 2: Link to Plugin Handbook page about custom taxonomies; 3: Link to Plugin Handbook page about metadata */
     237                                wp_kses_post( __( 'WordPress comes with default content types, but for more flexibility you can add a few lines of code to create your own <a href="%1$s">custom post types</a>, <a href="%2$s">taxonomies</a>, and <a href="%3$s">metadata</a>. Take WordPress in whatever direction you wish.', 'wporg' ) ),
     238                                esc_url( 'https://developer.wordpress.org/plugins/post-types/' ),
     239                                esc_url( 'https://developer.wordpress.org/plugins/taxonomies/' ),
     240                                esc_url( 'https://developer.wordpress.org/plugins/metadata/' )
     241                            );
    139242                            ?>
    140243                        </li>
    141244                        <li><strong><?php echo esc_html_x( 'The Latest Libraries', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    142245                            <?php
    143                             /* translators: 1: Link to Developer Handbook page about default scripts */
    144                             printf( wp_kses_post( __( 'WordPress comes with the <a href="%s">latest script libraries</a> for you to make use of. These include jQuery, Plupload, Underscore.js and Backbone.js. We&#8217;re always on the lookout for new tools that developers can use to make a better experience for our users.', 'wporg' ) ), esc_url( 'https://developer.wordpress.org/reference/functions/wp_enqueue_script/#default-scripts-included-and-registered-by-wordpress' ) );
     246                            printf(
     247                                /* translators: %s: Link to Developer Handbook page about default scripts */
     248                                wp_kses_post( __( 'WordPress comes with the <a href="%s">latest script libraries</a> for you to make use of. These include jQuery, Plupload, Underscore.js and Backbone.js. We&#8217;re always on the lookout for new tools that developers can use to make a better experience for our users.', 'wporg' ) ),
     249                                esc_url( 'https://developer.wordpress.org/reference/functions/wp_enqueue_script/#default-scripts-included-and-registered-by-wordpress' )
     250                            );
    145251                            ?>
    146252                        </li>
Note: See TracChangeset for help on using the changeset viewer.