Make WordPress Core


Ignore:
Timestamp:
10/28/2010 09:56:43 PM (13 years ago)
Author:
markjaquith
Message:

Expand submit_button() capabilities. Replace all (or almost all) manual HTML instances in WP. props sbressler. see #15064

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network.php

    r15965 r16061  
    276276            </tr>
    277277        </table>
    278         <p class='submit'><input class="button-primary" name='submit' type='submit' value='<?php esc_attr_e( 'Install' ); ?>' /></p>
     278        <?php submit_button( __( 'Install' ), 'primary', 'submit' ); ?>
    279279    </form>
    280         <?php
     280    <?php
    281281}
    282282
Note: See TracChangeset for help on using the changeset viewer.