mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-25 13:44:30 +00:00
Docs: Further corrections and promotions for docblocks relating to object types.
See #50768 git-svn-id: https://develop.svn.wordpress.org/trunk@49197 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1085,7 +1085,7 @@ function _media_button($title, $icon, $type, $id) {
|
||||
* @see get_post()
|
||||
*
|
||||
* @param int $id
|
||||
* @return object
|
||||
* @return WP_Post
|
||||
*/
|
||||
function get_post_to_edit( $id ) {
|
||||
_deprecated_function( __FUNCTION__, '3.5.0', 'get_post()' );
|
||||
|
||||
Reference in New Issue
Block a user