Make WordPress Core


Ignore:
Timestamp:
11/03/2014 06:16:34 AM (10 years ago)
Author:
wonderboymusic
Message:

Correct all @return unknown instances.

See #30224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r30198 r30202  
    637637 * @since 2.1.0
    638638 *
    639  * @return unknown
     639 * @return int|WP_Error
    640640 */
    641641function wp_write_post() {
     
    706706 * @since 2.0.0
    707707 *
    708  * @return unknown
     708 * @return int|null
    709709 */
    710710function write_post() {
     
    776776 * @since 1.2.0
    777777 *
    778  * @return unknown
     778 * @return mixed
    779779 */
    780780function get_meta_keys() {
     
    10741074 * @param string $id
    10751075 * @param string $page
    1076  * @return unknown
     1076 * @return string
    10771077 */
    10781078function postbox_classes( $id, $page ) {
Note: See TracChangeset for help on using the changeset viewer.