mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user