Changeset 2256 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/make-intro.php
- Timestamp:
- 01/07/2016 12:54:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/make-intro.php
r944 r2256 5 5 setup_postdata( $welcome ); 6 6 ?> 7 <style>8 </style>9 7 <div class="make-welcome"> 10 <?php the_content(); ?> 8 <?php 9 the_content(); 10 edit_post_link( __( 'Edit', 'p2' ), '<p class="make-welcome-edit">', '</p>', $welcome->ID ); 11 ?> 11 12 </div> 12 13 <?php 13 14 wp_reset_postdata(); 14 15 } 15 16
Note: See TracChangeset
for help on using the changeset viewer.