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

git-svn-id: https://develop.svn.wordpress.org/trunk@24267 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-05-15 23:14:45 +00:00
parent 978f89be64
commit 5b3dc65c14
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;