mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Pinking shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@33627 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -56,7 +56,7 @@ $core_actions_post = array(
|
||||
'hidden-columns', 'update-welcome-panel', 'menu-get-metabox', 'wp-link-ajax',
|
||||
'menu-locations-save', 'menu-quick-search', 'meta-box-order', 'get-permalink',
|
||||
'sample-permalink', 'inline-save', 'inline-save-tax', 'find_posts', 'widgets-order',
|
||||
'save-widget', 'set-post-thumbnail', 'date_format', 'time_format',
|
||||
'save-widget', 'set-post-thumbnail', 'date_format', 'time_format',
|
||||
'wp-remove-post-lock', 'dismiss-wp-pointer', 'upload-attachment', 'get-attachment',
|
||||
'query-attachments', 'save-attachment', 'save-attachment-compat', 'send-link-to-editor',
|
||||
'send-attachment-to-editor', 'save-attachment-order', 'heartbeat', 'get-revision-diffs',
|
||||
|
||||
@@ -131,7 +131,7 @@ if ( $comment->comment_parent ) :
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
<?php
|
||||
/**
|
||||
* Filter miscellaneous actions for the edit comment form sidebar.
|
||||
*
|
||||
|
||||
@@ -1521,7 +1521,7 @@ function upgrade_430() {
|
||||
$tables = array_diff_assoc( $tables, $global_tables );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
foreach ( $tables as $table ) {
|
||||
maybe_convert_table_to_utf8mb4( $table );
|
||||
}
|
||||
@@ -2622,7 +2622,7 @@ endif;
|
||||
|
||||
/**
|
||||
* Determine if global tables should be upgraded.
|
||||
*
|
||||
*
|
||||
* This function performs a series of checks to ensure the environment allows
|
||||
* for the safe upgrading of global WordPress database tables. It is necessary
|
||||
* because global tables will commonly grow to millions of rows on large
|
||||
|
||||
Reference in New Issue
Block a user