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:
parent
59351cb62d
commit
919867b090
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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__ );
|
||||||
|
|
|
@ -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() ) {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue