Plugin Directory

Changeset 3247613


Ignore:
Timestamp:
02/27/2025 07:17:50 AM (13 months ago)
Author:
reormadrid
Message:

readme.txt

Location:
easy-custom-404
Files:
12 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • easy-custom-404/trunk/easy-custom-404.php

    r3247171 r3247613  
    33   Plugin Name: Easy Custom 404 Page
    44   Description: Allows you to select a custom page to display instead of the default 404 error.
    5    Version: 1.10
     5   Version: 1.1
    66   Author: ReorMadrid
    77   Author URI: https://www.reormadrid.com
     
    6767        if ($custom_404_page_id) {
    6868            // 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.
    7070            status_header(404);
    7171            nocache_headers();
    7272            // Cargamos la pagina seleccionada.
    73             // We load the selected page.
     73        // We load the selected page.
    7474            global $wp_query;
    7575            $wp_query->query([
     
    7878            ]);
    7979            // Cargamos la plantilla estándar del tema.
    80             // We load the theme's standard template.
     80        // We load the theme's standard template.
    8181            include get_page_template();
    8282            exit();
  • easy-custom-404/trunk/readme.txt

    r3247171 r3247613  
    77Tested up to: 6.7
    88Requires PHP: 7.0
    9 Stable tag: 1.10
     9Stable tag: 1.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.