@@ -110,8 +110,8 @@ public function assignProperties()
110110 $ this ->userObject = new \StdClass ();
111111 $ this ->userObject ->ID = ($ this ->comment ->user_id )
112112 ? ($ this ->comment ->user_id ) : 0 ;
113- $ this ->userObject ->displayName = $ this ->comment ->comment_author ;
114- $ this ->userObject ->userEmail = $ this ->comment ->comment_author_email ;
113+ $ this ->userObject ->display_name = $ this ->comment ->comment_author ;
114+ $ this ->userObject ->user_email = $ this ->comment ->comment_author_email ;
115115
116116 $ this ->post = get_post ((int )$ this ->comment ->comment_post_ID );
117117
@@ -302,7 +302,7 @@ public function mergeTags()
302302 'slug ' => 'post_author_user_ID ' ,
303303 // Translators: singular post name.
304304 'name ' => sprintf (__ ('%s author user ID ' , 'notification ' ), __ ('Post ' , 'notification ' )),
305- 'property_name ' => 'post_author ' ,
305+ 'property_name ' => 'postAuthor ' ,
306306 // Translators: Post type name.
307307 'group ' => sprintf (__ ('%s author ' , 'notification ' ), $ postTypeName ),
308308 ]
@@ -315,7 +315,7 @@ public function mergeTags()
315315 'slug ' => 'post_author_user_login ' ,
316316 // Translators: singular post name.
317317 'name ' => sprintf (__ ('%s author user login ' , 'notification ' ), __ ('Post ' , 'notification ' )),
318- 'property_name ' => 'post_author ' ,
318+ 'property_name ' => 'postAuthor ' ,
319319 // Translators: Post type name.
320320 'group ' => sprintf (__ ('%s author ' , 'notification ' ), $ postTypeName ),
321321 ]
@@ -328,7 +328,7 @@ public function mergeTags()
328328 'slug ' => 'post_author_user_email ' ,
329329 // Translators: singular post name.
330330 'name ' => sprintf (__ ('%s author user email ' , 'notification ' ), __ ('Post ' , 'notification ' )),
331- 'property_name ' => 'post_author ' ,
331+ 'property_name ' => 'postAuthor ' ,
332332 // Translators: Post type name.
333333 'group ' => sprintf (__ ('%s author ' , 'notification ' ), $ postTypeName ),
334334 ]
@@ -341,7 +341,7 @@ public function mergeTags()
341341 'slug ' => 'post_author_user_nicename ' ,
342342 // Translators: singular post name.
343343 'name ' => sprintf (__ ('%s author user nicename ' , 'notification ' ), __ ('Post ' , 'notification ' )),
344- 'property_name ' => 'post_author ' ,
344+ 'property_name ' => 'postAuthor ' ,
345345 // Translators: Post type name.
346346 'group ' => sprintf (__ ('%s author ' , 'notification ' ), $ postTypeName ),
347347 ]
@@ -354,7 +354,7 @@ public function mergeTags()
354354 'slug ' => 'post_author_user_nickname ' ,
355355 // Translators: singular post name.
356356 'name ' => sprintf (__ ('%s author user nickname ' , 'notification ' ), __ ('Post ' , 'notification ' )),
357- 'property_name ' => 'post_author ' ,
357+ 'property_name ' => 'postAuthor ' ,
358358 // Translators: Post type name.
359359 'group ' => sprintf (__ ('%s author ' , 'notification ' ), $ postTypeName ),
360360 ]
@@ -367,7 +367,7 @@ public function mergeTags()
367367 'slug ' => 'post_author_user_display_name ' ,
368368 // Translators: singular post name.
369369 'name ' => sprintf (__ ('%s author user display name ' , 'notification ' ), __ ('Post ' , 'notification ' )),
370- 'property_name ' => 'post_author ' ,
370+ 'property_name ' => 'postAuthor ' ,
371371 // Translators: Post type name.
372372 'group ' => sprintf (__ ('%s author ' , 'notification ' ), $ postTypeName ),
373373 ]
@@ -380,7 +380,7 @@ public function mergeTags()
380380 'slug ' => 'post_author_user_firstname ' ,
381381 // Translators: singular post name.
382382 'name ' => sprintf (__ ('%s author user first name ' , 'notification ' ), __ ('Post ' , 'notification ' )),
383- 'property_name ' => 'post_author ' ,
383+ 'property_name ' => 'postAuthor ' ,
384384 // Translators: Post type name.
385385 'group ' => sprintf (__ ('%s author ' , 'notification ' ), $ postTypeName ),
386386 ]
@@ -393,7 +393,7 @@ public function mergeTags()
393393 'slug ' => 'post_author_user_lastname ' ,
394394 // Translators: singular post name.
395395 'name ' => sprintf (__ ('%s author user last name ' , 'notification ' ), __ ('Post ' , 'notification ' )),
396- 'property_name ' => 'post_author ' ,
396+ 'property_name ' => 'postAuthor ' ,
397397 // Translators: Post type name.
398398 'group ' => sprintf (__ ('%s author ' , 'notification ' ), $ postTypeName ),
399399 ]
0 commit comments