Making WordPress.org

Changeset 9441


Ignore:
Timestamp:
01/30/2020 10:36:13 PM (5 years ago)
Author:
coffee2code
Message:

Developer theme: Actually provide a URL for link to referenced function on Dashicons page by including placeholder in string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-dashicons.php

    r8763 r9441  
    382382
    383383                <p><?php printf(
    384                     __( 'In <code><a href="">register_post_type()</a></code>, set <code>menu_icon</code> in the arguments array.', 'wporg' ),
     384                    __( 'In <code><a href="%s">register_post_type()</a></code>, set <code>menu_icon</code> in the arguments array.', 'wporg' ),
    385385                    'https://developer.wordpress.org/reference/functions/register_post_type/'
    386386                ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.