Ticket #13922: 13922.diff
| File 13922.diff, 1.2 KB (added by wojtek.szkutnik, 3 years ago) |
|---|
-
plugins.php
679 679 } 680 680 ?> 681 681 682 <?php 683 684 /** 685 * @ignore 686 * 687 */ 688 function 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 ?> 682 696 <form method="get" action=""> 683 697 <p class="search-box"> 684 698 <label class="screen-reader-text" for="plugin-search-input"><?php _e( 'Search Plugins' ); ?>:</label> … … 770 784 echo "<div class='tablenav-pages'>$page_links_text</div>"; 771 785 772 786 print_plugin_actions($status, "action2"); 787 print_plugin_links(); 773 788 ?> 774 789 </div> 775 790 <?php } ?> -
themes.php
235 235 <?php } // end if $theme_total?> 236 236 <br class="clear" /> 237 237 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> 238 240 <?php if ( $page_links ) : ?> 239 241 <div class="tablenav"> 240 242 <?php echo "<div class='tablenav-pages'>$page_links_text</div>"; ?>
