Changeset 6930
- Timestamp:
- 03/25/2018 03:20:13 PM (7 years ago)
- 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 89 89 <?php 90 90 /* 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/' ) ) ); 92 92 ?> 93 93 </li>
Note: See TracChangeset
for help on using the changeset viewer.