Make WordPress Core


Ignore:
Timestamp:
11/08/2013 11:04:35 PM (11 years ago)
Author:
azaozz
Message:

Merge the Widgets Area Chooser feature plugin. First run, see #25821

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/widgets.php

    r25880 r26054  
    407407</div>
    408408
     409<div id="widgets-chooser">
     410    <h3><?php _e( 'Choose an area to place this widget&hellip;' ); ?></h3>
     411    <ul class="widgets-chooser-sidebars"></ul>
     412    <div class="widgets-chooser-actions">
     413        <button class="button-primary"><?php _e( 'Add Widget' ); ?></button>
     414        <button class="button-secondary"><?php _e( 'Cancel' ); ?></button>
     415    </div>
     416</div>
     417
    409418<?php
    410419
Note: See TracChangeset for help on using the changeset viewer.