Docs: Remove some more dittography.

See #34885, r35793.


git-svn-id: https://develop.svn.wordpress.org/trunk@35796 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Kovshenin 2015-12-06 21:49:43 +00:00
parent b09fd386fd
commit 318455ff24
5 changed files with 5 additions and 5 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 * @since 3.1.0
* @access protected * @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 * 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 * @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 * 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 * 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 * @since 3.7.0
* @access public * @access public

View File

@ -263,7 +263,7 @@ function wp_dequeue_script( $handle ) {
* @param string $handle Name of the script. * @param string $handle Name of the script.
* @param string $list Optional. Status of the script to check. Default 'enqueued'. * @param string $list Optional. Status of the script to check. Default 'enqueued'.
* Accepts 'enqueued', 'registered', 'queue', 'to_do', and 'done'. * 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' ) { function wp_script_is( $handle, $list = 'enqueued' ) {
_wp_scripts_maybe_doing_it_wrong( __FUNCTION__ ); _wp_scripts_maybe_doing_it_wrong( __FUNCTION__ );

View File

@ -723,7 +723,7 @@ function switch_theme( $stylesheet ) {
} else { } else {
/* /*
* Since retrieve_widgets() is called when initializing a theme in the Customizer, * 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. * the Customizer when accessing wp-admin/widgets.php.
*/ */
if ( 'wp_ajax_customize_save' === current_action() ) { if ( 'wp_ajax_customize_save' === current_action() ) {