Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62354, comment 9


Ignore:
Timestamp:
11/11/2024 10:45:44 AM (6 months ago)
Author:
david.binda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62354, comment 9

    initial v1  
    33{{{#!php
    44foreach( $feed->get_items( 0, 1 ) as $item ) {
    5     $src = $item->get_content();
     5    $content = $item->get_content();
    66}
    77}}}