Changeset 3247613
- Timestamp:
- 02/27/2025 07:17:50 AM (13 months ago)
- Location:
- easy-custom-404
- Files:
-
- 12 added
- 1 deleted
- 2 edited
-
tags/1.1 (added)
-
tags/1.1/easy-custom-404.php (added)
-
tags/1.1/languages (added)
-
tags/1.1/languages/easy-custom-404-de_DE.mo (added)
-
tags/1.1/languages/easy-custom-404-de_DE.po (added)
-
tags/1.1/languages/easy-custom-404-en_US.mo (added)
-
tags/1.1/languages/easy-custom-404-en_US.po (added)
-
tags/1.1/languages/easy-custom-404-es_ES.mo (added)
-
tags/1.1/languages/easy-custom-404-es_ES.po (added)
-
tags/1.1/languages/easy-custom-404-fr_FR.mo (added)
-
tags/1.1/languages/easy-custom-404-fr_FR.po (added)
-
tags/1.1/readme.txt (added)
-
tags/1.10 (deleted)
-
trunk/easy-custom-404.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-custom-404/trunk/easy-custom-404.php
r3247171 r3247613 3 3 Plugin Name: Easy Custom 404 Page 4 4 Description: Allows you to select a custom page to display instead of the default 404 error. 5 Version: 1.1 05 Version: 1.1 6 6 Author: ReorMadrid 7 7 Author URI: https://www.reormadrid.com … … 67 67 if ($custom_404_page_id) { 68 68 // Marcamos la cabecera de la página como 404 para que Google y demás buscadores lo reconozan bien. 69 // We mark the page header as 404 so that Google and other search engines recognize it correctly.69 // We mark the page header as 404 so that Google and other search engines recognize it correctly. 70 70 status_header(404); 71 71 nocache_headers(); 72 72 // Cargamos la pagina seleccionada. 73 // We load the selected page.73 // We load the selected page. 74 74 global $wp_query; 75 75 $wp_query->query([ … … 78 78 ]); 79 79 // Cargamos la plantilla estándar del tema. 80 // We load the theme's standard template.80 // We load the theme's standard template. 81 81 include get_page_template(); 82 82 exit(); -
easy-custom-404/trunk/readme.txt
r3247171 r3247613 7 7 Tested up to: 6.7 8 8 Requires PHP: 7.0 9 Stable tag: 1.1 09 Stable tag: 1.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.