Make WordPress Core

Changeset 19176


Ignore:
Timestamp:
11/05/2011 06:03:33 PM (13 years ago)
Author:
azaozz
Message:

Update Comment -> Update, props ocean90, fixes #19166

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-comment.php

    r19013 r19176  
    7272</div>
    7373<div id="publishing-action">
    74 <?php submit_button( __( 'Update Comment' ), 'primary', 'save', false, array( 'tabindex' => '4' ) ); ?>
     74<?php submit_button( __( 'Update' ), 'primary', 'save', false, array( 'tabindex' => '4' ) ); ?>
    7575</div>
    7676<div class="clear"></div>
Note: See TracChangeset for help on using the changeset viewer.