Making WordPress.org


Ignore:
Timestamp:
07/12/2016 05:41:17 PM (9 years ago)
Author:
mapk
Message:

Breathe: Improvements to column spacing, alignment, and edit link in the Welcome Box.

Fixes #1836

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/header.php

    r3632 r3671  
    3838<div class="make-welcome-wrapper">
    3939    <span id="make-welcome-hide" class="dashicons dashicons-no" data-hash="<?php echo $content_hash; ?>" data-cookie="<?php echo $cookie; ?>" title="<?php _e( 'Hide this message', 'p2-breathe' ); ?>"></span>
     40    <?php
     41    edit_post_link( __( 'Edit', 'o2' ), '<p class="make-welcome-edit">', '</p>', $welcome->ID );
     42    ?>
    4043    <div class="make-welcome">
    4144        <?php
    4245        the_content();
    43         edit_post_link( __( 'Edit', 'o2' ), '<p class="make-welcome-edit">', '</p>', $welcome->ID );
    4446        ?>
    4547    </div>
Note: See TracChangeset for help on using the changeset viewer.