Docs: Remove "since since" and "one one" dittography from inline comments.
Fixes #41841. Built from https://develop.svn.wordpress.org/trunk@41355 git-svn-id: http://core.svn.wordpress.org/trunk@41188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
deb9b82032
commit
3d6c0dc45a
|
@ -2743,7 +2743,7 @@ final class WP_Customize_Manager {
|
|||
$stashed_theme_mod_settings = array();
|
||||
}
|
||||
|
||||
// Delete any stashed theme mods for the active theme since since they would have been loaded and saved upon activation.
|
||||
// Delete any stashed theme mods for the active theme since they would have been loaded and saved upon activation.
|
||||
unset( $stashed_theme_mod_settings[ $this->get_stylesheet() ] );
|
||||
|
||||
// Merge inactive theme mods with the stashed theme mod settings.
|
||||
|
|
|
@ -293,7 +293,7 @@ class WP_Customize_Partial {
|
|||
*
|
||||
* @since 4.5.0
|
||||
*
|
||||
* @return bool False if user can't edit one one of the related settings,
|
||||
* @return bool False if user can't edit one of the related settings,
|
||||
* or if one of the associated settings does not exist.
|
||||
*/
|
||||
final public function check_capabilities() {
|
||||
|
|
|
@ -1240,7 +1240,7 @@ function unregister_post_type( $post_type ) {
|
|||
* @see map_meta_cap()
|
||||
*
|
||||
* @param object $args Post type registration arguments.
|
||||
* @return object object with all the capabilities as member variables.
|
||||
* @return object Object with all the capabilities as member variables.
|
||||
*/
|
||||
function get_post_type_capabilities( $args ) {
|
||||
if ( ! is_array( $args->capability_type ) )
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-41354';
|
||||
$wp_version = '4.9-alpha-41355';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue