Changeset 42746 for trunk/src/wp-includes/pomo/po.php
- Timestamp:
- 02/25/2018 08:21:37 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pomo/po.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/po.php
r42343 r42746 101 101 * Formats a string in PO-style 102 102 * 103 * @static104 103 * @param string $string the string to format 105 104 * @return string the poified string … … 132 131 * Gives back the original string from a PO-formatted string 133 132 * 134 * @static135 133 * @param string $string PO-formatted string 136 134 * @return string enascaped string … … 174 172 * returns the modified string 175 173 * 176 * @static177 174 * @param string $string prepend lines in this string 178 175 * @param string $with prepend lines with this string … … 212 209 * Builds a string from the entry for inclusion in PO file 213 210 * 214 * @static215 211 * @param Translation_Entry $entry the entry to convert to po string (passed by reference). 216 212 * @return false|string PO-style formatted string for the entry or
Note: See TracChangeset
for help on using the changeset viewer.