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