Changeset 43571 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r42875 r43571 493 493 'plugin' => urlencode( $plugin ), 494 494 '_wpnonce' => urlencode( $_GET['_error_nonce'] ), 495 ), admin_url( 'plugins.php' ) 495 ), 496 admin_url( 'plugins.php' ) 496 497 ); 497 ?>498 ?> 498 499 <iframe style="border:0" width="100%" height="70px" src="<?php echo esc_url( $iframe_url ); ?>"></iframe> 499 <?php500 <?php 500 501 } 501 502 ?> 502 503 </div> 503 <?php504 <?php 504 505 elseif ( isset( $_GET['deleted'] ) ) : 505 506 $delete_result = get_transient( 'plugins_delete_result_' . $user_ID ); … … 544 545 <?php 545 546 if ( ( ! is_multisite() || is_network_admin() ) && current_user_can( 'install_plugins' ) ) { 546 ?>547 ?> 547 548 <a href="<?php echo self_admin_url( 'plugin-install.php' ); ?>" class="page-title-action"><?php echo esc_html_x( 'Add New', 'plugin' ); ?></a> 548 <?php549 <?php 549 550 } 550 551
Note: See TracChangeset
for help on using the changeset viewer.