Plugin Directory

Changeset 1663516


Ignore:
Timestamp:
05/24/2017 12:49:24 AM (9 years ago)
Author:
listingswp
Message:

Version 1.2.0

Location:
listings-wp/trunk/includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • listings-wp/trunk/includes/admin/assets/css/listings-wp.css

    r1663514 r1663516  
    273273  text-align: right;
    274274  margin-bottom: 10px;
     275}
     276#profile-page .button.listings_wp_wpmu_button {
     277  margin: 10px 0;
    275278}
    276279
     
    286289}
    287290
    288 #profile-page .listings-wp-current-img.placeholder{
     291/* #profile-page .listings-wp-current-img.placeholder{
    289292  width: 1px;
    290293  height: 1px;
    291294  border: 0;
    292295  background: transparent;
    293 }
     296} */
    294297
    295298#profile-page .edit_options{
  • listings-wp/trunk/includes/admin/class-lwp-admin-enqueues.php

    r1663514 r1663516  
    1919    }
    2020
    21     if ( $hook == 'profile.php' || is_listings_wp_admin() == true ) {
     21    if ( $hook == 'profile.php' || $hook == 'user-edit.php' || is_listings_wp_admin() == true ) {
    2222        wp_enqueue_style( 'lwp-admin', $css_dir . 'listings-wp.css', LISTINGSWP_VERSION );
    2323       
  • listings-wp/trunk/includes/class-lwp-agent.php

    r1663514 r1663516  
    229229                            <input class="hidden" type="hidden" name="listings_wp_upload_edit_meta" id="listings_wp_upload_edit_meta"
    230230                                   value="<?php echo esc_url_raw( $upload_edit_url ); ?>"/>
    231                             <input id="uploadimage" type='button' class="listings_wp_wpmu_button"
     231                            <input id="uploadimage" type='button' class="listings_wp_wpmu_button button"
    232232                                   value="<?php _e( esc_attr( $button_text ), 'listings-wp' ); ?>"/>
    233233                            <br/>
Note: See TracChangeset for help on using the changeset viewer.