Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Convertentity

Descripción

Some WordPress functions outputs character entity references. The most of these are not allowed in XHTML. So if your WordPress installation uses the mime type ‘application/xhtml+xml’, the generated sites could have invalid xhtml code and the browser would display the syntax error page.

Convertentity converts all entity references into their corresponding characters with the exception of the references for the following characters: ‘<>&»

Theses references are the only ones which are allowed in XHTML.

Instalación

  1. Upload convertentity.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Convertentity» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Convertentity» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • Conversion of character entity references