| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/invalid-term-exception.php.tar |
lebauwcentre/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php 0000644 00000001353 15114231327 0032631 0 ustar 00 home/xbodynamge <?php
namespace Yoast\WP\SEO\Exceptions\Indexable;
/**
* Exception that can be thrown whenever a term is considered invalid by WordPress
* within the context of the indexables.
*/
class Invalid_Term_Exception extends Source_Exception {
/**
* Exception that can be thrown whenever a term is considered invalid by WordPress
* within the context of the indexables.
*
* @param string $reason The reason given by WordPress why the term is invalid.
*/
public function __construct( $reason ) {
parent::__construct(
\sprintf(
/* translators: %s is the reason given by WordPress. */
\esc_html__( 'The term is considered invalid. The following reason was given by WordPress: %s', 'wordpress-seo' ),
$reason
)
);
}
}
crosstraining/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php 0000644 00000001353 15114237246 0033044 0 ustar 00 home/xbodynamge <?php
namespace Yoast\WP\SEO\Exceptions\Indexable;
/**
* Exception that can be thrown whenever a term is considered invalid by WordPress
* within the context of the indexables.
*/
class Invalid_Term_Exception extends Source_Exception {
/**
* Exception that can be thrown whenever a term is considered invalid by WordPress
* within the context of the indexables.
*
* @param string $reason The reason given by WordPress why the term is invalid.
*/
public function __construct( $reason ) {
parent::__construct(
\sprintf(
/* translators: %s is the reason given by WordPress. */
\esc_html__( 'The term is considered invalid. The following reason was given by WordPress: %s', 'wordpress-seo' ),
$reason
)
);
}
}
xbodynamge/www/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php 0000644 00000001353 15114330133 0030770 0 ustar 00 home <?php
namespace Yoast\WP\SEO\Exceptions\Indexable;
/**
* Exception that can be thrown whenever a term is considered invalid by WordPress
* within the context of the indexables.
*/
class Invalid_Term_Exception extends Source_Exception {
/**
* Exception that can be thrown whenever a term is considered invalid by WordPress
* within the context of the indexables.
*
* @param string $reason The reason given by WordPress why the term is invalid.
*/
public function __construct( $reason ) {
parent::__construct(
\sprintf(
/* translators: %s is the reason given by WordPress. */
\esc_html__( 'The term is considered invalid. The following reason was given by WordPress: %s', 'wordpress-seo' ),
$reason
)
);
}
}