Changeset 9765
- Timestamp:
- 11/18/2008 10:19:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r9752 r9765 344 344 <input type="reset" value="<?php _e( 'Cancel' ); ?>" class="cancel" /> 345 345 <?php if ( current_user_can('publish_posts') ) { ?> 346 <input type="submit" name="publish" id="publish" accesskey="p" tabindex="5" class="button button-primary" value="<?php _e('Publish'); ?>" />346 <input type="submit" name="publish" id="publish" accesskey="p" tabindex="5" class="button-primary" value="<?php _e('Publish'); ?>" /> 347 347 <?php } else { ?> 348 <input type="submit" name="publish" id="publish" accesskey="p" tabindex="5" class="button button-primary" value="<?php _e('Submit for Review'); ?>" />348 <input type="submit" name="publish" id="publish" accesskey="p" tabindex="5" class="button-primary" value="<?php _e('Submit for Review'); ?>" /> 349 349 <?php } ?> 350 350 <br class="clear" />
Note: See TracChangeset
for help on using the changeset viewer.