From 10ced8374374b7bb1b8837c522fb1bb0973f40a8 Mon Sep 17 00:00:00 2001
From: Siobhan McKeown <siobhan@wordsforwp.com>
Date: Sun, 30 Sep 2012 15:01:48 +0100
Subject: [PATCH] Updated docblocks for export.php

---
 wp-admin/export.php |   11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/wp-admin/export.php b/wp-admin/export.php
index cf50566..bd6aae9 100644
--- a/wp-admin/export.php
+++ b/wp-admin/export.php
@@ -100,6 +100,17 @@ if ( isset( $_GET['download'] ) ) {
 
 require_once ('admin-header.php');
 
+/**
+* Creates the options fields for exporting a given post type
+*
+* @since 3.1
+* 
+* @uses $wpdb reads data from any table in the WordPress database, not just the standard tables that WordPress creates
+* @uses $wp_locale localizes the month name
+* 
+* @param $post_type the given post type, defaulted to post
+*/
+
 function export_date_options( $post_type = 'post' ) {
 	global $wpdb, $wp_locale;
 
-- 
1.7.10.2 (Apple Git-33)

