Changeset 33970 for trunk/src/wp-admin/includes/class-wp-press-this.php
- Timestamp:
- 09/09/2015 04:38:31 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r33734 r33970 1496 1496 <button type="button" class="publish-button split-button-primary" aria-live="polite"> 1497 1497 <span class="publish"><?php echo ( current_user_can( 'publish_posts' ) ) ? __( 'Publish' ) : __( 'Submit for Review' ); ?></span> 1498 <span class="saving-draft"><?php _e( 'Saving ...' ); ?></span>1498 <span class="saving-draft"><?php _e( 'Saving…' ); ?></span> 1499 1499 </button><button type="button" class="split-button-toggle" aria-haspopup="true" aria-expanded="false"> 1500 1500 <i class="dashicons dashicons-arrow-down-alt2"></i>
Note: See TracChangeset
for help on using the changeset viewer.