Changeset 2225 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/404.php
- Timestamp:
- 12/23/2015 08:41:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/404.php
r644 r2225 6 6 <div id="404" class="post 404"> 7 7 8 <h2 class="section-title"> Not Found</h2>8 <h2 class="section-title"><?php _e( 'Not Found', 'make-wporg' ); ?></h2> 9 9 <article style="width:100%"> 10 <p> Are you looking to contribute to WordPress? Check out the <a href="//make.wordpress.org/">many ways to get involved</a>.</p>10 <p><?php _e( 'Are you looking to contribute to WordPress? Check out the <a href="//make.wordpress.org/">many ways to get involved</a>.', 'make-wporg' ); ?></p> 11 11 </article> 12 12 </div>
Note: See TracChangeset
for help on using the changeset viewer.