Make WordPress Core


Ignore:
Timestamp:
05/29/2015 09:16:59 PM (9 years ago)
Author:
wonderboymusic
Message:

Add (more) missing doc blocks to wp-admin/includes/*.

See #32444.

File:
1 edited

Legend:

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

    r32642 r32655  
    316316    }
    317317
     318    /**
     319     *
     320     * @param bool   $return_me
     321     * @param string $meta_key
     322     * @return boolean
     323     */
    318324    function wxr_filter_postmeta( $return_me, $meta_key ) {
    319325        if ( '_edit_lock' == $meta_key )
Note: See TracChangeset for help on using the changeset viewer.