Ticket #13922: 13922.diff

File 13922.diff, 1.2 KB (added by wojtek.szkutnik, 3 years ago)
  • plugins.php

     
    679679} 
    680680?> 
    681681 
     682<?php 
     683 
     684/** 
     685 * @ignore 
     686 * 
     687 */ 
     688function print_plugin_links( ) { 
     689?> 
     690        <div class="alignright actions"> 
     691                <a href="update-core.php"><?php _e( 'Check for all plugin and system updates' ); ?></a> 
     692        </div> 
     693<?php 
     694} 
     695?> 
    682696<form method="get" action=""> 
    683697<p class="search-box"> 
    684698        <label class="screen-reader-text" for="plugin-search-input"><?php _e( 'Search Plugins' ); ?>:</label> 
     
    770784        echo "<div class='tablenav-pages'>$page_links_text</div>"; 
    771785 
    772786print_plugin_actions($status, "action2"); 
     787print_plugin_links(); 
    773788?> 
    774789</div> 
    775790<?php } ?> 
  • themes.php

     
    235235<?php } // end if $theme_total?> 
    236236<br class="clear" /> 
    237237 
     238<h3><?php _e('Theme Updates'); ?></h3> 
     239<p><a href="update-core.php"><?php _e( 'Check for all theme and system updates' ); ?></a></p> 
    238240<?php if ( $page_links ) : ?> 
    239241<div class="tablenav"> 
    240242<?php echo "<div class='tablenav-pages'>$page_links_text</div>"; ?>