equal
deleted
inserted
replaced
586 <form id="bws_handle_notice_form" action="" method="post"> |
586 <form id="bws_handle_notice_form" action="" method="post"> |
587 <button class="notice-dismiss bws_hide_demo_notice" title="<?php _e( 'Close notice', $this->bws_plugin_text_domain ); ?>"></button> |
587 <button class="notice-dismiss bws_hide_demo_notice" title="<?php _e( 'Close notice', $this->bws_plugin_text_domain ); ?>"></button> |
588 <input type="hidden" name="bws_hide_demo_notice" value="hide" /> |
588 <input type="hidden" name="bws_hide_demo_notice" value="hide" /> |
589 <?php wp_nonce_field( $this->bws_plugin_basename, 'bws_demo_nonce_name' ); ?> |
589 <?php wp_nonce_field( $this->bws_plugin_basename, 'bws_demo_nonce_name' ); ?> |
590 </form> |
590 </form> |
591 <div style="margin: 0 20px;"><?php printf( __( 'Do you want to install demo content and settings for %s (You can do this later using Import / Export settings)?', $this->bws_plugin_text_domain ), '<a href="edit.php?post_type=portfolio&page=portfolio.php">Portfolio by BestWebSoft</a>' ); ?> <a href="<?php echo admin_url( 'admin.php?page=' . $this->bws_plugin_page ); ?>"><?php _e( 'Yes, install demo now', $this->bws_plugin_text_domain ); ?></a></div> |
591 <div style="margin: 0 20px;"><?php printf( __( 'Do you want to install demo content and settings for %s (You can do this later using Import / Export settings)?', $this->bws_plugin_text_domain ), '<a href="edit.php?post_type=bws-portfolio&page=portfolio.php">Portfolio by BestWebSoft</a>' ); ?> <a href="<?php echo admin_url( 'admin.php?page=' . $this->bws_plugin_page ); ?>"><?php _e( 'Yes, install demo now', $this->bws_plugin_text_domain ); ?></a></div> |
592 </div> |
592 </div> |
593 <?php } |
593 <?php } |
594 } |
594 } |
595 } |
595 } |
596 |
596 |