Making WordPress.org

Changeset 6930


Ignore:
Timestamp:
03/25/2018 03:20:13 PM (7 years ago)
Author:
ocean90
Message:

Main: About: Use home_url() for plugin directory search.

See #3046.

File:
1 edited

Legend:

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

    r6923 r6930  
    8989                            <?php
    9090                            /* translators: Link to Plugin Directory search for SEO */
    91                             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( 'https://wordpress.org/plugins/search/SEO/' ) );
     91                            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/' ) ) );
    9292                            ?>
    9393                        </li>
Note: See TracChangeset for help on using the changeset viewer.