Docs: Remove some more dittography.

See #34885, r35793.

Built from https://develop.svn.wordpress.org/trunk@35796


git-svn-id: http://core.svn.wordpress.org/trunk@35760 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Kovshenin 2015-12-06 21:50:25 +00:00
parent 59351cb62d
commit 919867b090
6 changed files with 6 additions and 6 deletions

View File

@ -1176,7 +1176,7 @@ class WP_List_Table {
}
/**
* Get a list of CSS classes for the list table table tag.
* Get a list of CSS classes for the list table tag.
*
* @since 3.1.0
* @access protected

View File

@ -184,7 +184,7 @@ function wp_tempnam( $filename = '', $dir = '' ) {
/**
* Make sure that the file that was requested to edit, is allowed to be edited
*
* Function will die if if you are not allowed to edit the file
* Function will die if you are not allowed to edit the file
*
* @since 1.5.0
*

View File

@ -853,7 +853,7 @@ class WP_Date_Query {
*
* You can pass an array of values (year, month, etc.) with missing parameter values being defaulted to
* either the maximum or minimum values (controlled by the $default_to parameter). Alternatively you can
* pass a string that that will be run through strtotime().
* pass a string that will be run through strtotime().
*
* @since 3.7.0
* @access public

View File

@ -263,7 +263,7 @@ function wp_dequeue_script( $handle ) {
* @param string $handle Name of the script.
* @param string $list Optional. Status of the script to check. Default 'enqueued'.
* Accepts 'enqueued', 'registered', 'queue', 'to_do', and 'done'.
* @return bool Whether the script script is queued.
* @return bool Whether the script is queued.
*/
function wp_script_is( $handle, $list = 'enqueued' ) {
_wp_scripts_maybe_doing_it_wrong( __FUNCTION__ );

View File

@ -723,7 +723,7 @@ function switch_theme( $stylesheet ) {
} else {
/*
* Since retrieve_widgets() is called when initializing a theme in the Customizer,
* we need to to remove the theme mods to avoid overwriting changes made via
* we need to remove the theme mods to avoid overwriting changes made via
* the Customizer when accessing wp-admin/widgets.php.
*/
if ( 'wp_ajax_customize_save' === current_action() ) {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-35795';
$wp_version = '4.5-alpha-35796';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.