Making WordPress.org


Ignore:
Timestamp:
01/07/2016 12:54:47 PM (11 years ago)
Author:
ocean90
Message:

W.org P2 child theme: Add an edit link the intro box.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/make-intro.php

    r944 r2256  
    55        setup_postdata( $welcome );
    66?>
    7 <style>
    8 </style>
    97<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        ?>
    1112</div>
    1213<?php
    1314        wp_reset_postdata();
    1415}
    15 
    16 
Note: See TracChangeset for help on using the changeset viewer.