Making WordPress.org


Ignore:
Timestamp:
01/20/2019 09:50:24 PM (7 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: On Features page, add an id for Developer Features heading so it could be linked to.

H/t joostdevalk.

File:
1 edited

Legend:

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

    r7350 r8113  
    113113                        </li>
    114114                    </ul>
    115                     <h3><?php echo esc_html_x( 'Developer Features', 'Features page: Section Header', 'wporg' ); ?></h3>
     115
     116                    <h3 id="developer"><?php echo esc_html_x( 'Developer Features', 'Features page: Section Header', 'wporg' ); ?></h3>
    116117                    <p><?php esc_html_e( 'For developers, we&#8217;ve got lots of goodies packed under the hood that you can use to extend WordPress in whatever direction takes your fancy.', 'wporg' ); ?></p>
    117118
Note: See TracChangeset for help on using the changeset viewer.