Correct all @return unknown instances.

See #30224.


git-svn-id: https://develop.svn.wordpress.org/trunk@30202 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2014-11-03 06:16:34 +00:00
parent ba85fbacba
commit 3942ff4616
7 changed files with 23 additions and 23 deletions
+4 -4
View File
@@ -636,7 +636,7 @@ function post_exists($title, $content = '', $date = '') {
*
* @since 2.1.0
*
* @return unknown
* @return int|WP_Error
*/
function wp_write_post() {
if ( isset($_POST['post_type']) )
@@ -705,7 +705,7 @@ function wp_write_post() {
*
* @since 2.0.0
*
* @return unknown
* @return int|null
*/
function write_post() {
$result = wp_write_post();
@@ -775,7 +775,7 @@ function delete_meta( $mid ) {
*
* @since 1.2.0
*
* @return unknown
* @return mixed
*/
function get_meta_keys() {
global $wpdb;
@@ -1073,7 +1073,7 @@ function wp_edit_attachments_query( $q = false ) {
*
* @param string $id
* @param string $page
* @return unknown
* @return string
*/
function postbox_classes( $id, $page ) {
if ( isset( $_GET['edit'] ) && $_GET['edit'] == $id ) {