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:
parent
b09fd386fd
commit
318455ff24
@ -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
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -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__ );
|
||||
|
@ -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() ) {
|
||||
|
Loading…
Reference in New Issue
Block a user