GP_Format_PO::add_comments_before_headers PHP Method

add_comments_before_headers() protected method

Add a comment before the headers for the selected format, overrideable by child classes.
Since: 2.1.0
protected add_comments_before_headers ( GP_Format $format, string $text )
$format GP_Format The format object to set the header for.
$text string The text to add to the comment.
    protected function add_comments_before_headers($format, $text)
    {
        $format->comments_before_headers .= $text;
    }