mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 09:34:41 +00:00
Docs: Docs on docs. Further improve documentation of known return types, plus other docs fixes.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46662 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -62,7 +62,7 @@ function got_url_rewrite() {
|
||||
*
|
||||
* @param string $filename Filename to extract the strings from.
|
||||
* @param string $marker The marker to extract the strings from.
|
||||
* @return array An array of strings from a file (.htaccess) from between BEGIN and END markers.
|
||||
* @return string[] An array of strings from a file (.htaccess) from between BEGIN and END markers.
|
||||
*/
|
||||
function extract_from_markers( $filename, $marker ) {
|
||||
$result = array();
|
||||
|
||||
Reference in New Issue
Block a user