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

See #32444.


git-svn-id: https://develop.svn.wordpress.org/trunk@32655 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-05-29 21:16:59 +00:00
parent ec5758225c
commit 60e5c90e62
9 changed files with 161 additions and 15 deletions
+6
View File
@@ -315,6 +315,12 @@ function export_wp( $args = array() ) {
}
}
/**
*
* @param bool $return_me
* @param string $meta_key
* @return boolean
*/
function wxr_filter_postmeta( $return_me, $meta_key ) {
if ( '_edit_lock' == $meta_key )
$return_me = true;