File: wp-includes/pomo/po.php
-
methodPO::is_final()
Helper function for read_entry
-
-
-
methodPO::trim_quotes()
-
methodPO::import_from_file()
-
methodPO::export_headers()
Exports headers to a PO entry
-
methodPO::export_entries()
Exports all entries to PO format
-
methodPO::export()
Exports the whole PO file as a string
-
methodPO::export_to_file()
Same as {@link export}, but writes the result to a file
-
Text to include as a comment before the start of the PO contents
-
methodPO::poify()
Formats a string in PO-style
-
methodPO::unpoify()
Gives back the original string from a PO-formatted string
-
methodPO::prepend_each_line()
Inserts $with in the beginning of every new line of $input_string and returns the modified string
-
methodPO::comment_block()
Prepare a text as a comment — wraps the lines and prepends # and a special character to each line
-
methodPO::export_entry()
Builds a string from the entry for inclusion in PO file