Fix some words that aren't words.
See #28885. Built from https://develop.svn.wordpress.org/trunk@29454 git-svn-id: http://core.svn.wordpress.org/trunk@29232 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -72,7 +72,7 @@ class Custom_Background {
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private properties setable for backwards compatibility.
|
||||
* Make private properties settable for backwards compatibility.
|
||||
*
|
||||
* @since 4.0.0
|
||||
* @access public
|
||||
@@ -99,7 +99,7 @@ class Custom_Background {
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private properties unsetable for backwards compatibility.
|
||||
* Make private properties un-settable for backwards compatibility.
|
||||
*
|
||||
* @since 4.0.0
|
||||
* @access public
|
||||
|
||||
@@ -94,7 +94,7 @@ class Custom_Image_Header {
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private properties setable for backwards compatibility.
|
||||
* Make private properties settable for backwards compatibility.
|
||||
*
|
||||
* @since 4.0.0
|
||||
* @access public
|
||||
@@ -121,7 +121,7 @@ class Custom_Image_Header {
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private properties unsetable for backwards compatibility.
|
||||
* Make private properties un-settable for backwards compatibility.
|
||||
*
|
||||
* @since 4.0.0
|
||||
* @access public
|
||||
|
||||
@@ -1953,7 +1953,7 @@ function wp_ajax_set_post_thumbnail() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Ajax handler for setting the featured image for an attachment.
|
||||
* AJAX handler for setting the featured image for an attachment.
|
||||
*
|
||||
* @since 4.0.0
|
||||
*
|
||||
@@ -2613,7 +2613,7 @@ function wp_ajax_query_themes() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Apply [embed] handlers to a string.
|
||||
* Apply [embed] AJAX handlers to a string.
|
||||
*
|
||||
* @since 4.0.0
|
||||
*
|
||||
|
||||
@@ -45,15 +45,15 @@ class WP_Filesystem_Base {
|
||||
* @since 4.0.0
|
||||
* @access public
|
||||
*
|
||||
* @param string $name
|
||||
* @return mixed
|
||||
* @param string $name Property to get.
|
||||
* @return mixed Property.
|
||||
*/
|
||||
public function __get( $name ) {
|
||||
return $this->$name;
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private properties setable for backwards compatibility.
|
||||
* Make private properties settable for backwards compatibility.
|
||||
*
|
||||
* @since 4.0.0
|
||||
* @access public
|
||||
@@ -80,7 +80,7 @@ class WP_Filesystem_Base {
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private properties unsetable for backwards compatibility.
|
||||
* Make private properties un-settable for backwards compatibility.
|
||||
*
|
||||
* @since 4.0.0
|
||||
* @access public
|
||||
|
||||
@@ -109,12 +109,12 @@ class WP_List_Table {
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private properties setable for backwards compatibility.
|
||||
* Make private properties settable for backwards compatibility.
|
||||
*
|
||||
* @since 4.0.0
|
||||
* @access public
|
||||
*
|
||||
* @param string $name Propert to set.
|
||||
* @param string $name Property to set.
|
||||
* @param mixed $value Property value.
|
||||
* @return mixed Newly-set property.
|
||||
*/
|
||||
@@ -136,7 +136,7 @@ class WP_List_Table {
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private properties unsetable for backwards compatibility.
|
||||
* Make private properties un-settable for backwards compatibility.
|
||||
*
|
||||
* @since 4.0.0
|
||||
* @access public
|
||||
|
||||
@@ -42,6 +42,7 @@ if ( 'publish' == $post->post_status ) {
|
||||
$preview_button = __( 'Preview Changes' );
|
||||
} else {
|
||||
$preview_link = set_url_scheme( get_permalink( $post->ID ) );
|
||||
|
||||
/**
|
||||
* Filter the URI of a post preview in the post submit box.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user