Changeset 2453434
- Timestamp:
- 01/10/2021 03:14:10 PM (5 years ago)
- Location:
- fallback
- Files:
-
- 262 added
- 3 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/README.md (added)
-
tags/1.0.2/composer.json (added)
-
tags/1.0.2/composer.lock (added)
-
tags/1.0.2/includes (added)
-
tags/1.0.2/includes/WLAFP_Asset.php (added)
-
tags/1.0.2/includes/WLAFP_Plugin.php (added)
-
tags/1.0.2/includes/WLAFP_Settings.php (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/templates (added)
-
tags/1.0.2/templates/settings.php (added)
-
tags/1.0.2/vendor (added)
-
tags/1.0.2/vendor/autoload.php (added)
-
tags/1.0.2/vendor/composer (added)
-
tags/1.0.2/vendor/composer/ClassLoader.php (added)
-
tags/1.0.2/vendor/composer/LICENSE (added)
-
tags/1.0.2/vendor/composer/autoload_classmap.php (added)
-
tags/1.0.2/vendor/composer/autoload_files.php (added)
-
tags/1.0.2/vendor/composer/autoload_namespaces.php (added)
-
tags/1.0.2/vendor/composer/autoload_psr4.php (added)
-
tags/1.0.2/vendor/composer/autoload_real.php (added)
-
tags/1.0.2/vendor/composer/autoload_static.php (added)
-
tags/1.0.2/vendor/composer/installed.json (added)
-
tags/1.0.2/vendor/graham-campbell (added)
-
tags/1.0.2/vendor/graham-campbell/result-type (added)
-
tags/1.0.2/vendor/graham-campbell/result-type/LICENSE (added)
-
tags/1.0.2/vendor/graham-campbell/result-type/composer.json (added)
-
tags/1.0.2/vendor/graham-campbell/result-type/src (added)
-
tags/1.0.2/vendor/graham-campbell/result-type/src/Error.php (added)
-
tags/1.0.2/vendor/graham-campbell/result-type/src/Result.php (added)
-
tags/1.0.2/vendor/graham-campbell/result-type/src/Success.php (added)
-
tags/1.0.2/vendor/guzzlehttp (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/CHANGELOG.md (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/LICENSE (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/README.md (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/UPGRADING.md (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/composer.json (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/psalm.baseline.xml (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/psalm.xml (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Client.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/ClientInterface.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/ClientTrait.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Cookie (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Exception (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Handler (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/HandlerStack.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/MessageFormatter.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Middleware.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Pool.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/RequestOptions.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/TransferStats.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/Utils.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/functions.php (added)
-
tags/1.0.2/vendor/guzzlehttp/guzzle/src/functions_include.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/CHANGELOG.md (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/LICENSE (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/Makefile (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/README.md (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/composer.json (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/AggregateException.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/CancellationException.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/Coroutine.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/EachPromise.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/FulfilledPromise.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/Promise.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/PromiseInterface.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/PromisorInterface.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/RejectedPromise.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/RejectionException.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/TaskQueue.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/TaskQueueInterface.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/functions.php (added)
-
tags/1.0.2/vendor/guzzlehttp/promises/src/functions_include.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7 (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/CHANGELOG.md (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/LICENSE (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/README.md (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/composer.json (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/AppendStream.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/BufferStream.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/CachingStream.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/DroppingStream.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/FnStream.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/InflateStream.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/LazyOpenStream.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/LimitStream.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/MessageTrait.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/MultipartStream.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/NoSeekStream.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/PumpStream.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/Request.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/Response.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/Rfc7230.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/ServerRequest.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/Stream.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/StreamWrapper.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/UploadedFile.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/Uri.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/UriNormalizer.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/UriResolver.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/functions.php (added)
-
tags/1.0.2/vendor/guzzlehttp/psr7/src/functions_include.php (added)
-
tags/1.0.2/vendor/phpoption (added)
-
tags/1.0.2/vendor/phpoption/phpoption (added)
-
tags/1.0.2/vendor/phpoption/phpoption/LICENSE (added)
-
tags/1.0.2/vendor/phpoption/phpoption/Makefile (added)
-
tags/1.0.2/vendor/phpoption/phpoption/composer.json (added)
-
tags/1.0.2/vendor/phpoption/phpoption/src (added)
-
tags/1.0.2/vendor/phpoption/phpoption/src/PhpOption (added)
-
tags/1.0.2/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php (added)
-
tags/1.0.2/vendor/phpoption/phpoption/src/PhpOption/None.php (added)
-
tags/1.0.2/vendor/phpoption/phpoption/src/PhpOption/Option.php (added)
-
tags/1.0.2/vendor/phpoption/phpoption/src/PhpOption/Some.php (added)
-
tags/1.0.2/vendor/psr (added)
-
tags/1.0.2/vendor/psr/http-client (added)
-
tags/1.0.2/vendor/psr/http-client/CHANGELOG.md (added)
-
tags/1.0.2/vendor/psr/http-client/LICENSE (added)
-
tags/1.0.2/vendor/psr/http-client/README.md (added)
-
tags/1.0.2/vendor/psr/http-client/composer.json (added)
-
tags/1.0.2/vendor/psr/http-client/src (added)
-
tags/1.0.2/vendor/psr/http-client/src/ClientExceptionInterface.php (added)
-
tags/1.0.2/vendor/psr/http-client/src/ClientInterface.php (added)
-
tags/1.0.2/vendor/psr/http-client/src/NetworkExceptionInterface.php (added)
-
tags/1.0.2/vendor/psr/http-client/src/RequestExceptionInterface.php (added)
-
tags/1.0.2/vendor/psr/http-message (added)
-
tags/1.0.2/vendor/psr/http-message/CHANGELOG.md (added)
-
tags/1.0.2/vendor/psr/http-message/LICENSE (added)
-
tags/1.0.2/vendor/psr/http-message/README.md (added)
-
tags/1.0.2/vendor/psr/http-message/composer.json (added)
-
tags/1.0.2/vendor/psr/http-message/src (added)
-
tags/1.0.2/vendor/psr/http-message/src/MessageInterface.php (added)
-
tags/1.0.2/vendor/psr/http-message/src/RequestInterface.php (added)
-
tags/1.0.2/vendor/psr/http-message/src/ResponseInterface.php (added)
-
tags/1.0.2/vendor/psr/http-message/src/ServerRequestInterface.php (added)
-
tags/1.0.2/vendor/psr/http-message/src/StreamInterface.php (added)
-
tags/1.0.2/vendor/psr/http-message/src/UploadedFileInterface.php (added)
-
tags/1.0.2/vendor/psr/http-message/src/UriInterface.php (added)
-
tags/1.0.2/vendor/ralouphie (added)
-
tags/1.0.2/vendor/ralouphie/getallheaders (added)
-
tags/1.0.2/vendor/ralouphie/getallheaders/LICENSE (added)
-
tags/1.0.2/vendor/ralouphie/getallheaders/README.md (added)
-
tags/1.0.2/vendor/ralouphie/getallheaders/composer.json (added)
-
tags/1.0.2/vendor/ralouphie/getallheaders/src (added)
-
tags/1.0.2/vendor/ralouphie/getallheaders/src/getallheaders.php (added)
-
tags/1.0.2/vendor/symfony (added)
-
tags/1.0.2/vendor/symfony/polyfill-ctype (added)
-
tags/1.0.2/vendor/symfony/polyfill-ctype/Ctype.php (added)
-
tags/1.0.2/vendor/symfony/polyfill-ctype/LICENSE (added)
-
tags/1.0.2/vendor/symfony/polyfill-ctype/README.md (added)
-
tags/1.0.2/vendor/symfony/polyfill-ctype/bootstrap.php (added)
-
tags/1.0.2/vendor/symfony/polyfill-ctype/composer.json (added)
-
tags/1.0.2/vendor/symfony/polyfill-mbstring (added)
-
tags/1.0.2/vendor/symfony/polyfill-mbstring/LICENSE (added)
-
tags/1.0.2/vendor/symfony/polyfill-mbstring/Mbstring.php (added)
-
tags/1.0.2/vendor/symfony/polyfill-mbstring/README.md (added)
-
tags/1.0.2/vendor/symfony/polyfill-mbstring/Resources (added)
-
tags/1.0.2/vendor/symfony/polyfill-mbstring/Resources/unidata (added)
-
tags/1.0.2/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php (added)
-
tags/1.0.2/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php (added)
-
tags/1.0.2/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php (added)
-
tags/1.0.2/vendor/symfony/polyfill-mbstring/bootstrap.php (added)
-
tags/1.0.2/vendor/symfony/polyfill-mbstring/composer.json (added)
-
tags/1.0.2/vendor/symfony/polyfill-php80 (added)
-
tags/1.0.2/vendor/symfony/polyfill-php80/LICENSE (added)
-
tags/1.0.2/vendor/symfony/polyfill-php80/Php80.php (added)
-
tags/1.0.2/vendor/symfony/polyfill-php80/README.md (added)
-
tags/1.0.2/vendor/symfony/polyfill-php80/Resources (added)
-
tags/1.0.2/vendor/symfony/polyfill-php80/Resources/stubs (added)
-
tags/1.0.2/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php (added)
-
tags/1.0.2/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php (added)
-
tags/1.0.2/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php (added)
-
tags/1.0.2/vendor/symfony/polyfill-php80/bootstrap.php (added)
-
tags/1.0.2/vendor/symfony/polyfill-php80/composer.json (added)
-
tags/1.0.2/vendor/vlucas (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/LICENSE (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/Makefile (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/composer.json (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/phpstan.src.neon.dist (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Dotenv.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Exception (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Loader (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Loader/Loader.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Loader/Resolver.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Parser (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Parser/Entry.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Parser/Lexer.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Parser/Lines.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Parser/Parser.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Parser/Value.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Store (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Store/File (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Store/File/Paths.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Store/File/Reader.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Store/FileStore.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Store/StringStore.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Util (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Util/Regex.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Util/Str.php (added)
-
tags/1.0.2/vendor/vlucas/phpdotenv/src/Validator.php (added)
-
tags/1.0.2/wordpress-fallback.php (added)
-
trunk/includes/WLAFP_Plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wordpress-fallback.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fallback/trunk/includes/WLAFP_Plugin.php
r2453426 r2453434 59 59 { 60 60 $uploads_url = wp_upload_dir()['baseurl']; 61 $uploads_url = str_replace( get_site_url(), '', $uploads_url);61 $uploads_url = str_replace($this->getHost(), '', $uploads_url); 62 62 $uploads_url = trim($uploads_url, '/'); 63 63 64 add_rewrite_rule($uploads_url . ' (.*)', 'index.php?attachment=$matches[1]');64 add_rewrite_rule($uploads_url . '/(.*)', 'index.php?attachment=$matches[1]'); 65 65 } 66 66 -
fallback/trunk/readme.txt
r2453426 r2453434 4 4 Requires at least: 4.0 5 5 Tested up to: 5.5 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 Requires PHP: 7.0 -
fallback/trunk/wordpress-fallback.php
r2453426 r2453434 12 12 * Plugin URI: https://github.com/starringjane/wordpress-fallback 13 13 * Description: Load assets from your production environment 14 * Version: 1.0. 114 * Version: 1.0.2 15 15 * Author: Starring Jane 16 16 * Author URI: https://github.com/starringjane
Note: See TracChangeset
for help on using the changeset viewer.