Docs: Various corrections and improvements to inline docs and docblocks.

See #57840

Built from https://develop.svn.wordpress.org/trunk@55753


git-svn-id: http://core.svn.wordpress.org/trunk@55265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2023-05-12 21:35:21 +00:00
parent fe6b65c44b
commit a714bc03ee
11 changed files with 17 additions and 6 deletions

View File

@@ -20,6 +20,8 @@ require ABSPATH . WPINC . '/SimplePie/Author.php';
* WordPress autoloader for SimplePie.
*
* @since 3.5.0
*
* @param string $class Class name.
*/
function wp_simplepie_autoload( $class ) {
if ( ! str_starts_with( $class, 'SimplePie_' ) )