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:
parent
b1009b33c4
commit
421f66a7bb
|
@ -1,4 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* Structured data fields for the Post Formats UI
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Administration
|
||||
*/
|
||||
|
||||
defined( 'ABSPATH' ) or die;
|
||||
|
||||
|
|
Loading…
Reference in New Issue