PO::set_comment_before_headers( $text )
Text to include as a comment before the start of the PO contents
Contents
Description Description
Doesn’t need to include # in the beginning of lines, these are added automatically
Source Source
File: wp-includes/pomo/po.php
function set_comment_before_headers( $text ) { $this->comments_before_headers = $text; }
Expand full source code Collapse full source code View on Trac