Add file header to post-formats.php. props DrewAPicture. fixes #24349.

git-svn-id: http://core.svn.wordpress.org/trunk@24267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-05-15 23:14:45 +00:00
parent b1009b33c4
commit 421f66a7bb
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
<?php
/**
* Structured data fields for the Post Formats UI
*
* @package WordPress
* @subpackage Administration
*/
defined( 'ABSPATH' ) or die;