
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: term.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Edit Term Administration Screen.
 *
 * @package WordPress
 * @subpackage Administration
 * @since 4.5.0
 */

/** WordPress Administration Bootstrap */
require_once __DIR__ . &#039;/admin.php&#039;;

if ( empty( $_REQUEST[&#039;tag_ID&#039;] ) ) {
	$sendback = admin_url( &#039;edit-tags.php&#039; );
	if ( ! empty( $taxnow ) ) {
		$sendback = add_query_arg( array( &#039;taxonomy&#039; =&gt; $taxnow ), $sendback );
	}

	if ( &#039;post&#039; !== get_current_screen()-&gt;post_type ) {
		$sendback = add_query_arg( &#039;post_type&#039;, get_current_screen()-&gt;post_type, $sendback );
	}

	wp_redirect( sanitize_url( $sendback ) );
	exit;
}

$tag_ID = absint( $_REQUEST[&#039;tag_ID&#039;] );
$tag    = get_term( $tag_ID, $taxnow, OBJECT, &#039;edit&#039; );

if ( ! $tag instanceof WP_Term ) {
	wp_die( __( &#039;You attempted to edit an item that does not exist. Perhaps it was deleted?&#039; ) );
}

$tax      = get_taxonomy( $tag-&gt;taxonomy );
$taxonomy = $tax-&gt;name;
$title    = $tax-&gt;labels-&gt;edit_item;

if ( ! in_array( $taxonomy, get_taxonomies( array( &#039;show_ui&#039; =&gt; true ) ), true )
	|| ! current_user_can( &#039;edit_term&#039;, $tag-&gt;term_id )
) {
	wp_die(
		&#039;&lt;h1&gt;&#039; . __( &#039;You need a higher level of permission.&#039; ) . &#039;&lt;/h1&gt;&#039; .
		&#039;&lt;p&gt;&#039; . __( &#039;Sorry, you are not allowed to edit this item.&#039; ) . &#039;&lt;/p&gt;&#039;,
		403
	);
}

$post_type = get_current_screen()-&gt;post_type;

// Default to the first object_type associated with the taxonomy if no post type was passed.
if ( empty( $post_type ) ) {
	$post_type = reset( $tax-&gt;object_type );
}

if ( &#039;post&#039; !== $post_type ) {
	$parent_file  = ( &#039;attachment&#039; === $post_type ) ? &#039;upload.php&#039; : &quot;edit.php?post_type=$post_type&quot;;
	$submenu_file = &quot;edit-tags.php?taxonomy=$taxonomy&amp;amp;post_type=$post_type&quot;;
} elseif ( &#039;link_category&#039; === $taxonomy ) {
	$parent_file  = &#039;link-manager.php&#039;;
	$submenu_file = &#039;edit-tags.php?taxonomy=link_category&#039;;
} else {
	$parent_file  = &#039;edit.php&#039;;
	$submenu_file = &quot;edit-tags.php?taxonomy=$taxonomy&quot;;
}

get_current_screen()-&gt;set_screen_reader_content(
	array(
		&#039;heading_pagination&#039; =&gt; $tax-&gt;labels-&gt;items_list_navigation,
		&#039;heading_list&#039;       =&gt; $tax-&gt;labels-&gt;items_list,
	)
);
wp_enqueue_script( &#039;admin-tags&#039; );
require_once ABSPATH . &#039;wp-admin/admin-header.php&#039;;
require ABSPATH . &#039;wp-admin/edit-tag-form.php&#039;;
require_once ABSPATH . &#039;wp-admin/admin-footer.php&#039;;
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//primexcale.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://primexcale.com/post-sitemap.xml</loc>
		<lastmod>2026-08-25T12:07:05+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://primexcale.com/page-sitemap.xml</loc>
		<lastmod>2026-08-19T08:52:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://primexcale.com/web-story-sitemap.xml</loc>
		<lastmod>2026-02-10T11:48:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://primexcale.com/category-sitemap.xml</loc>
		<lastmod>2026-08-25T12:07:05+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://primexcale.com/post_tag-sitemap.xml</loc>
		<lastmod>2026-06-09T10:08:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://primexcale.com/author-sitemap.xml</loc>
		<lastmod>2026-02-11T10:01:11+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->